diff options
author | Andrea Lepori <aleporia@gmail.com> | 2024-11-12 15:27:12 +0100 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2024-11-12 15:27:23 +0100 |
commit | 0b5be72725ffd6cd10490fbd202388e22c7f8522 (patch) | |
tree | aa3738e82a99372468084885aa7cbbbf1ef83fcd /server/urls.py | |
parent | add new materialize v2 (diff) | |
download | scout-subs-0b5be72725ffd6cd10490fbd202388e22c7f8522.tar.gz scout-subs-0b5be72725ffd6cd10490fbd202388e22c7f8522.zip |
commit edits for new featuredata_download
Diffstat (limited to 'server/urls.py')
-rw-r--r-- | server/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/urls.py b/server/urls.py index 5937707..7906dfa 100644 --- a/server/urls.py +++ b/server/urls.py @@ -22,5 +22,7 @@ urlpatterns = [ path('progress', views.get_progress, name='progress'), path('request', views.data_request, name='request'), path('debug-uc', views.debug_uc, name='debug-uc'), + path('download-data', views.download_data, name='download-data'), + path('data-progress', views.download_data_progress, name='data-progress'), path('media/<int:id>/<str:t>/<str:flag>', views.media_request, name='media'), ] |