testing
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user