From 24bf5fcaaf7964971ec152501df40348563ffc81 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Tue, 11 Nov 2025 21:12:00 +0100 Subject: [PATCH] Add file locations for authentication and API routes in documentation --- Docs/backend_API_docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Docs/backend_API_docs/README.md b/Docs/backend_API_docs/README.md index b9bb134..f1cc7ec 100644 --- a/Docs/backend_API_docs/README.md +++ b/Docs/backend_API_docs/README.md @@ -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