Update
This commit is contained in:
parent
4138c22051
commit
e17adfcfa5
11 changed files with 193 additions and 83 deletions
|
|
@ -11,7 +11,7 @@ exports.create = (req, res) => {
|
|||
}
|
||||
};
|
||||
|
||||
// Retrieve all Playlists
|
||||
// Retrieve all Playlists + ads
|
||||
exports.findAll = (req, res) => {
|
||||
const token = checkLogin(req, res);
|
||||
if(token){
|
||||
|
|
|
|||
Reference in a new issue