From 8128c3b2d7efb26f944c619a0b73e69b16f4ec96 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 25 Oct 2025 04:10:37 +0200 Subject: [PATCH] Update docs --- backend/api/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/api/README.md b/backend/api/README.md index aa065edd..d65e6c76 100644 --- a/backend/api/README.md +++ b/backend/api/README.md @@ -161,5 +161,4 @@ docker rmi -f $(docker images -aq) ### Documentation -The API docs are available at https://api.compassmeet.com. They are defined in [openapi.json](openapi.json). -Just a few endpoints are mentioned in that JSON doc. Feel free to help by adding the remaining ones! +The API doc is available at https://api.compassmeet.com. It's dynamically prepared in [app.ts](src/app.ts).