mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-31 16:14:46 +02:00
added logout endpoint
This commit is contained in:
parent
2b0e55c0bf
commit
cfd0a15e2c
3 changed files with 37 additions and 0 deletions
|
@ -46,3 +46,4 @@ unauthenticated.use("/auth", authRouter);
|
|||
|
||||
authRouter.put("/signup", auth.signup);
|
||||
authRouter.post("/login", auth.login);
|
||||
authRouter.post("/logout", auth.logout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue