History added + User tested
This commit is contained in:
parent
f774cf64bd
commit
4629b42b36
8 changed files with 197 additions and 107 deletions
|
|
@ -11,7 +11,7 @@ exports.create = (req, res) => {
|
|||
}
|
||||
};
|
||||
|
||||
// Retrieve all Playlists + ads
|
||||
// Retrieve all Playlists
|
||||
exports.findAll = (req, res) => {
|
||||
const token = checkLogin(req, res);
|
||||
if(token){
|
||||
|
|
|
|||
Reference in a new issue