Compare commits

..

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

View File

@ -66,6 +66,4 @@ router.get("/auth/session", (request, response) => {
console.log("token e:", e);
return response.status(403).json({ error: "Invalid token" });
}
});
module.exports = router
});