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