mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-18 22:18:04 +00:00
Register users from admin page
This commit is contained in:
@@ -185,6 +185,7 @@ router.post('/profiles/default', (req, res) => {
|
||||
],
|
||||
function (err) {
|
||||
if (err) {
|
||||
console.log('ERROR: ', err)
|
||||
return res.sendStatus(500)
|
||||
} else {
|
||||
return res.json({ id: this.lastID })
|
||||
|
||||
Reference in New Issue
Block a user