fix
This commit is contained in:
parent
12cac0f6d9
commit
1767ae6cfc
|
|
@ -41,6 +41,8 @@ export default function playlists(app: Application) {
|
|||
name: req.body.name
|
||||
});
|
||||
|
||||
dbStore('users', username, user);
|
||||
|
||||
res.send({
|
||||
id
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue