Register users from admin page

This commit is contained in:
Kevin Thomas
2021-11-05 23:04:34 -07:00
parent f2d1b80673
commit 69a467b13b
11 changed files with 245 additions and 69 deletions

View File

@@ -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 })