forked from Mirrors/Dispatcharr
Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest
This commit is contained in:
commit
fa2b3fbe3e
2 changed files with 4 additions and 9 deletions
|
|
@ -67,12 +67,8 @@ urlpatterns = [
|
|||
xc_series_stream,
|
||||
name="xc_series_stream",
|
||||
),
|
||||
# Swagger UI
|
||||
path(
|
||||
"swagger/",
|
||||
schema_view.with_ui("swagger", cache_timeout=0),
|
||||
name="schema-swagger-ui",
|
||||
),
|
||||
|
||||
re_path(r"^swagger/?$", schema_view.with_ui("swagger", cache_timeout=0), name="schema-swagger-ui"),
|
||||
# ReDoc UI
|
||||
path("redoc/", schema_view.with_ui("redoc", cache_timeout=0), name="schema-redoc"),
|
||||
# Optionally, serve the raw Swagger JSON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue