From 7b348d54ad21553ca04aa1b904f7dff6a70af2e0 Mon Sep 17 00:00:00 2001 From: Gabriel Matte Date: Tue, 26 Nov 2024 18:34:18 -0500 Subject: [PATCH] fix api requirements --- .../docs/developpeur/backend/salle-de-quiz-swagger.json | 4 ++-- documentation/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json b/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json index d3c4a32..9dbb811 100644 --- a/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json +++ b/documentation/docs/developpeur/backend/salle-de-quiz-swagger.json @@ -14,7 +14,7 @@ } ], "paths": { - "/api/rooms": { + "/api/room": { "get": { "summary": "Get all rooms", "description": "Returns a list of rooms", @@ -51,7 +51,7 @@ } } }, - "/api/rooms/{roomId}": { + "/api/room/{roomId}": { "get": { "summary": "Get a room by id", "description": "Returns a room by id", diff --git a/documentation/requirements.txt b/documentation/requirements.txt index 1feb057..ffb48c2 100644 --- a/documentation/requirements.txt +++ b/documentation/requirements.txt @@ -3,4 +3,5 @@ mkdocs[i18n] mkdocs_puml mkdocs-material Pygments -ghp-import \ No newline at end of file +ghp-import +mkdocs-swagger-ui-tag \ No newline at end of file