🚚(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:
committed by
Marie
parent
eba9fb2d09
commit
87e7d3e0b1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user