generated from li0nhunter/Website-template
update: change user route to POST, update title, and adjust nav text colors
All checks were successful
Deploy To Dokku / deploy (push) Successful in 1m28s
All checks were successful
Deploy To Dokku / deploy (push) Successful in 1m28s
This commit is contained in:
@ -31,7 +31,7 @@ router.get("/",
|
||||
)
|
||||
|
||||
|
||||
router.get("/",
|
||||
router.post("/",
|
||||
/**
|
||||
* adds new user to db as non-admin. only direct db manipulation can make users admins
|
||||
* @param {Request} req
|
||||
|
||||
Reference in New Issue
Block a user