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

Merge remote-tracking branch 'refs/remotes/origin/main'

parents 280df1fb d4108ee6
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class ThreadController extends HttpServlet {
return ;
}
daoFollower.create(follow);
vue = "WEB-INF/vue/filsSuivis.jsp";
vue = "/thread?action=open&id=" + idThread;
break;
case "unfollow":
daoFollower.delete(follow);
......
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