Compare commits
2 Commits
d2fc5f4d5c
...
14ef1f9bad
Author | SHA1 | Date | |
---|---|---|---|
14ef1f9bad | |||
dc99318ff0 |
@ -66,4 +66,6 @@ router.get("/auth/session", (request, response) => {
|
||||
console.log("token e:", e);
|
||||
return response.status(403).json({ error: "Invalid token" });
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = router
|
Loading…
x
Reference in New Issue
Block a user