diff --git a/backend/src/app/http/errors.clj b/backend/src/app/http/errors.clj index 8a5e5ed981..fe87fe3cf5 100644 --- a/backend/src/app/http/errors.clj +++ b/backend/src/app/http/errors.clj @@ -59,7 +59,7 @@ (with-out-str (.printStackTrace ^Throwable err (java.io.PrintWriter. *out*)))) {:status 500 - :body {:type :exception + :body {:type :internal-error :message (ex-message err) :data (ex-data err)}})