Merge branch 'dev' of https://github.com/Dispatcharr/Dispatcharr into vod-relationtest

This commit is contained in:
SergeantPanda 2025-08-19 18:24:27 -05:00
commit fa2b3fbe3e
2 changed files with 4 additions and 9 deletions

View file

@ -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