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

This commit is contained in:
Ari Yeger
2025-08-19 11:18:15 -04:00
parent 983a9b5dd6
commit f3a465e6d7
4 changed files with 6 additions and 6 deletions

View File

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