Skip to content
Snippets Groups Projects
Commit 43c627c1 authored by Maxime Gosselin's avatar Maxime Gosselin
Browse files

Correction bug Navigation

parent a28d36f1
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ public class Navigation extends HttpServlet{
case "creerFil":
vue = "WEB-INF/vue/creerFil.jsp";
break;
case "accueil":
vue = "WEB-INF/vue/accueil.jsp";
break;
default:
req.setAttribute("error", "Ne changez pas l'url vous même!");
req.getRequestDispatcher("/WEB-INF/vue/error.jsp");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment