Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-05-25 20:12:39 +02:00
parent f4e72923b9
commit a2748720f6

View File

@@ -236,8 +236,8 @@ urlpatterns = [
re_path(r'^list-jobs/$',views.session_jobs_view,name='session_jobs_view'),
re_path(r'^jobs-status/$',views.session_jobs_status,name='session_jobs_status'),
re_path(r'^job-kill/(?P<id>.*)/$',views.kill_async_job),
re_path(r'^test-job/(?P<aantal>\d+)/$',views.test_job_view),
re_path(r'^test-job2/(?P<aantal>\d+)/$',views.test_job_view2),
# re_path(r'^test-job/(?P<aantal>\d+)/$',views.test_job_view),
# re_path(r'^test-job2/(?P<aantal>\d+)/$',views.test_job_view2),
re_path(r'^record-progress/(?P<value>\d+)/(?P<id>.*)/$',views.post_progress,name='post_progress'),
re_path(r'^record-progress/(?P<id>.*)/$',views.post_progress),
re_path(r'^record-progress/$',views.post_progress),