some more fixes, URI stuff

This commit is contained in:
2024-07-25 22:47:07 +05:30
parent f067320a7f
commit b79170aafd
11 changed files with 227 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ const { getPlaylistDetailsValidator } = require('../validators/playlists');
const validator = require("../validators");
router.get(
"/user",
"/me",
isAuthenticated,
validator.validate,
getUserPlaylists