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 router: Router = Router();
|
||||
|
||||
import { fetchUserPlaylists } from "../controllers/playlists.ts";
|
||||
|
||||
import { validate } from "../validators/index.ts";
|
||||
// import { validate } from "../validators/index.ts";
|
||||
|
||||
router.get("/me", fetchUserPlaylists);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user