Skip to content
Permalink
Browse files
Fix bug with logout
  • Loading branch information
Adedamola committed Aug 13, 2020
1 parent bf97930 commit 65521dbb82d365f660888b789dff2322a8fd7e87
Showing 1 changed file with 1 addition and 1 deletion.
@@ -18,7 +18,7 @@ import javax.servlet.http.HttpSession;
*
* @author xpacer
*/
@WebServlet(name = "LogoutServlet", urlPatterns = {"/customer/logout"})
@WebServlet(name = "CustomerLogoutServlet", urlPatterns = {"/customer/logout"})
public class LogoutServlet extends HttpServlet {


0 comments on commit 65521db

Please sign in to comment.