Compare commits

..

No commits in common. "14ef1f9bad28267f0eaf57455a4a047655cc4c10" and "d2fc5f4d5c2e4a112d755f8088a7e6fc711a4958" have entirely different histories.

View File

@ -67,5 +67,3 @@ router.get("/auth/session", (request, response) => {
return response.status(403).json({ error: "Invalid token" });
}
});
module.exports = router