mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
bugfix, ts target stuff
This commit is contained in:
@@ -3,7 +3,7 @@ const authRouter: Router = Router();
|
||||
|
||||
import { login, callback, refresh, logout } from "../controllers/auth.ts";
|
||||
import { isAuthenticated } from "../middleware/authCheck.ts";
|
||||
import { validate } from "../validators/index.ts";
|
||||
// import { validate } from "../validators/index.ts";
|
||||
|
||||
authRouter.get("/login", login);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user