Skip to content
Snippets Groups Projects
Commit 9123191e authored by Florine Lefebvre's avatar Florine Lefebvre :stuck_out_tongue_closed_eyes:
Browse files

correction suppression thread

parent 4b37e0dc
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public class ThreadController extends HttpServlet {
break;
case "delete":
daoThread.delete(idThread);
vue = "WEB-INF/vue/accueil.jsp";
vue = "WEB-INF/vue/compte.jsp";
break;
case "open":
if(daoFollower.userIsInThread(username, idThread)){
......
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