mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-14 01:21:49 +00:00
feat(DevWeb): Edit filter
This commit is contained in:
@@ -25,7 +25,7 @@ public class AlreadyLoggedFilter implements Filter {
|
||||
chain.doFilter(request, response);
|
||||
} else {
|
||||
// Sinon, rediriger vers la page du menu principal
|
||||
httpResponse.sendRedirect(httpRequest.getContextPath() + "/main-menu");
|
||||
httpResponse.sendRedirect(httpRequest.getContextPath() + "/lobby");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user