Skip to content

Commit

Permalink
[fix] token exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gol2580 committed Feb 4, 2024
1 parent b7de673 commit df87a6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ public void setResponse(HttpServletResponse response,int status,String msg) thro
json.put("message", msg);
String newResponse = new ObjectMapper().writeValueAsString(json);
response.getWriter().write(newResponse);
response.setStatus(status);
}
}

0 comments on commit df87a6e

Please sign in to comment.