From e723a256e08c8e683c9190c15ff348eb8cf8f5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Tue, 28 Mar 2023 11:34:52 +0200 Subject: [PATCH] feat(backoffice): updated swagger documentation --- docs/ecolyo-agent/technical/api_routes.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/ecolyo-agent/technical/api_routes.md b/docs/ecolyo-agent/technical/api_routes.md index 1079ce8..82daf7f 100644 --- a/docs/ecolyo-agent/technical/api_routes.md +++ b/docs/ecolyo-agent/technical/api_routes.md @@ -1,6 +1,4 @@ # API Routes -:warning: WIP :warning: - -The different routes exposed by the backend are described by Swagger documentation. -Once the api deployed, the documentation is accessible at https://HOSTNAME/swagger/index.html +The different routes exposed by the backend are described by Swagger documentation in local env. The documentation is NOT exposed in REC or PROD. +Once the client is deployed, the documentation is accessible at <https://localhost/doc/> -- GitLab