We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb998d commit 28672cbCopy full SHA for 28672cb
pyfunceble_webworker/routes/v1/api.py
@@ -107,8 +107,8 @@ def root(request: Request) -> Links:
107
108
return Links(
109
documentation=DocumentationURL(
110
- swagger_ui=request.url_for("custom_doc"),
111
- redoc=request.url_for("custom_redoc"),
+ swagger_ui=str(request.url_for("custom_doc")),
+ redoc=str(request.url_for("custom_redoc")),
112
),
113
projects=ProjectsURL(),
114
support=SupportURL(),
0 commit comments