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
Branches
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ public class ThreadController extends HttpServlet { ...@@ -59,7 +59,7 @@ public class ThreadController extends HttpServlet {
return ; return ;
} }
daoFollower.create(follow); daoFollower.create(follow);
vue = "WEB-INF/vue/filsSuivis.jsp"; vue = "/thread?action=open&id=" + idThread;
break; break;
case "unfollow": case "unfollow":
daoFollower.delete(follow); daoFollower.delete(follow);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment