Skip to content

Commit

Permalink
Fix last issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 28, 2024
1 parent e49ea36 commit 5a76ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public String saveQuestions(HttpServletResponse response, @RequestBody String js
}
catch (Exception e) {
response.setStatus(HttpServletResponse.SC_BAD_REQUEST);
return "Invalid JSON";
return e.getMessage();
}
}

Expand Down

0 comments on commit 5a76ba9

Please sign in to comment.