Skip to content

Commit 53e6cef

Browse files
feat: Add api docs with redocs
1 parent fd7f098 commit 53e6cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paste/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
license_info=dict(name="MIT", url="https://opensource.org/license/mit/"),
5151
openapi_url=None,
5252
docs_url=None,
53-
redoc_url=None,
53+
redoc_url="/docs",
5454
)
5555
app.state.limiter = limiter
5656

0 commit comments

Comments
 (0)