mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 18:06:39 +00:00
added logout endpoint
This commit is contained in:
@@ -46,3 +46,4 @@ unauthenticated.use("/auth", authRouter);
|
||||
|
||||
authRouter.put("/signup", auth.signup);
|
||||
authRouter.post("/login", auth.login);
|
||||
authRouter.post("/logout", auth.logout);
|
||||
|
||||
Reference in New Issue
Block a user