🚚(swagger) move swagger under /api/

Swagger was under /v1.0/swagger.
I just wanna move it under /api/ where the rest of the API is.
This commit is contained in:
Marie PUPO JEAMMET
2024-07-31 18:37:29 +02:00
committed by Marie
parent eba9fb2d09
commit 87e7d3e0b1
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ def test_openapi_client_schema():
)
assert output.getvalue() == ""
response = Client().get("/v1.0/swagger.json")
response = Client().get("/api/v1.0/swagger.json")
assert response.status_code == 200
with open(