diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-12-10 14:01:22 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-12-10 14:01:22 +0100 |
commit | 856ad4734e168c1b56f349244acd0cc14fcd8d78 (patch) | |
tree | 0b8551b20c7df925fd9b3b408349f66dc81cf162 /server/urls.py | |
parent | renaming, max partecipant number, only "capi" docs (diff) | |
download | scout-subs-856ad4734e168c1b56f349244acd0cc14fcd8d78.tar.gz scout-subs-856ad4734e168c1b56f349244acd0cc14fcd8d78.zip |
lazyload images
Diffstat (limited to '')
-rw-r--r-- | server/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/urls.py b/server/urls.py index 3c4f66f..087e7ad 100644 --- a/server/urls.py +++ b/server/urls.py @@ -16,4 +16,5 @@ urlpatterns = [ path('docpreview', views.docpreview, name='docpreview'), path('progress', views.get_progress, name='progress'), path('request', views.data_request, name='request'), + path('media/<int:id>/<str:t>', views.media_request, name='media'), ] |