mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-18 22:18:04 +00:00
Add initial admin page with update feature
This commit is contained in:
@@ -84,6 +84,7 @@ router.get('/profiles/:profileId', function (req, res, next) {
|
||||
return res.sendStatus(401)
|
||||
}
|
||||
|
||||
// TODO: I'm guessing there's a better way to marshal this data
|
||||
const profile = {
|
||||
name: null,
|
||||
isTimerEnabled: null,
|
||||
|
||||
Reference in New Issue
Block a user