Skip to content

Commit

Permalink
#42
Browse files Browse the repository at this point in the history
  • Loading branch information
yujin-Jin committed Apr 8, 2022
1 parent 94d255f commit 78f467e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ public boolean preHandle(HttpServletRequest request, HttpServletResponse respons
response.sendRedirect("/user/login");
return false;
}
// if (uri.equals("/main")) {
// response.sendRedirect("/user/login");
// return false;
// }
if (uri.equals("/community")) {
response.sendRedirect("/user/login");
return false;
Expand Down

0 comments on commit 78f467e

Please sign in to comment.