diff options
author | Rory& <root@rory.gay> | 2025-06-01 08:04:30 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2025-06-01 08:04:30 +0200 |
commit | 0ca7c01bc4a6c5ab50ac80f9a8e5d5c5db442f45 (patch) | |
tree | 8434910cae60074aa51113f9b99d3e9635ea39e0 /src/api/routes/auth/accountRoutes.js | |
parent | Add register with validation (diff) | |
download | nodejs-final-assignment-0ca7c01bc4a6c5ab50ac80f9a8e5d5c5db442f45.tar.xz |
Register works, part of login and auth middleware
Diffstat (limited to 'src/api/routes/auth/accountRoutes.js')
-rw-r--r-- | src/api/routes/auth/accountRoutes.js | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/api/routes/auth/accountRoutes.js b/src/api/routes/auth/accountRoutes.js new file mode 100644 |