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