mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Track VOD connections in Redis.
This commit is contained in:
parent
5e7987ce1a
commit
d18817acb0
5 changed files with 362 additions and 35 deletions
|
|
@ -66,7 +66,7 @@ urlpatterns = [
|
|||
# Optionally, serve the raw Swagger JSON
|
||||
path("swagger.json", schema_view.without_ui(cache_timeout=0), name="schema-json"),
|
||||
|
||||
path("proxy/vod/", include("apps.proxy.vod_proxy.urls")),
|
||||
# VOD proxy is now handled by the main proxy URLs above
|
||||
# Catch-all routes should always be last
|
||||
path("", TemplateView.as_view(template_name="index.html")), # React entry point
|
||||
path("<path:unused_path>", TemplateView.as_view(template_name="index.html")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue