refactor(backend): move auth routes to a module

This commit is contained in:
Haileyesus
2026-03-26 13:51:01 +03:00
parent 24abcef110
commit 45bc53c68f
7 changed files with 359 additions and 5 deletions

View File

@@ -118,9 +118,11 @@
"@commitlint/config-conventional": "^20.4.3",
"@eslint/js": "^9.39.3",
"@release-it/conventional-changelog": "^10.0.5",
"@types/bcrypt": "^6.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^22.19.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",