mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
ocd formatting, changed user object, retrieve user ID
This commit is contained in:
@@ -18,10 +18,11 @@ router.get(
|
||||
"/refresh",
|
||||
isAuthenticated,
|
||||
refresh
|
||||
)
|
||||
);
|
||||
|
||||
router.get(
|
||||
"/logout",
|
||||
logout,
|
||||
)
|
||||
logout
|
||||
);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user