We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7f098 commit 53e6cefCopy full SHA for 53e6cef
src/paste/main.py
@@ -50,7 +50,7 @@
50
license_info=dict(name="MIT", url="https://opensource.org/license/mit/"),
51
openapi_url=None,
52
docs_url=None,
53
- redoc_url=None,
+ redoc_url="/docs",
54
)
55
app.state.limiter = limiter
56
0 commit comments