Skip to content

Commit

Permalink
feat: Add api docs with redocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Dec 13, 2024
1 parent fd7f098 commit 53e6cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paste/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
license_info=dict(name="MIT", url="https://opensource.org/license/mit/"),
openapi_url=None,
docs_url=None,
redoc_url=None,
redoc_url="/docs",
)
app.state.limiter = limiter

Expand Down

0 comments on commit 53e6cef

Please sign in to comment.