back to sequelize

This commit is contained in:
2024-07-27 23:30:37 +05:30
parent b79170aafd
commit 6c497c9be1
9 changed files with 1220 additions and 22 deletions

View File

@@ -8,7 +8,6 @@ const validator = require("../validators");
router.get(
"/me",
isAuthenticated,
validator.validate,
getUserPlaylists
);