This commit is contained in:
OfficialDakari 2024-10-18 21:40:47 +05:00
parent 12cac0f6d9
commit 1767ae6cfc
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ export default function playlists(app: Application) {
name: req.body.name
});
dbStore('users', username, user);
res.send({
id
});