From 5a701c8cdd739b601a56a033e9e4c11645d5a20b Mon Sep 17 00:00:00 2001 From: ikuzenkuna Date: Tue, 12 May 2026 08:25:21 +0200 Subject: [PATCH] s --- frontend-connection-info.txt | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 frontend-connection-info.txt diff --git a/frontend-connection-info.txt b/frontend-connection-info.txt deleted file mode 100644 index 32dfcc4..0000000 --- a/frontend-connection-info.txt +++ /dev/null @@ -1,32 +0,0 @@ -MetaCourse API - Frontend Connection Info -========================================== - -API Base URL (development) --------------------------- -http://localhost:8080/api - -API Base URL (production) -------------------------- -http://romaric-thibault.fr:8080/api - -Endpoints ---------- -POST /api/users/login -GET /api/courses -POST /api/courses -GET /api/topics -... (see BACKEND_API_DOCS.md for full list) - -Format ------- -- All requests/responses: JSON -- IDs: UUID (string) -- Dates: ISO 8601 - -CORS ----- -All origins are allowed — no extra setup needed on the frontend. - -Notes ------ -- Switch the base URL from localhost to production when building for prod.