Add file locations for authentication and API routes in documentation

This commit is contained in:
2025-11-11 21:12:00 +01:00
parent 6f03fd8032
commit 24bf5fcaaf

View File

@@ -38,6 +38,18 @@ Example: `/api/items/:key`
If the key is missing or invalid, the API responds with `401 Unauthorized`.
### Files
**You can find the authentication files here:**
- `backendV2/services/authentication.js`
- `backendV2/services/database.js`
**The API routes are located here:**
- `backendV2/routes/api/api.route.js`
- `backendV2/services/api/api.database.js`
---
## Endpoints