mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-09 00:59:32 +00:00
add get views for schedules, #723
This commit is contained in:
@@ -19,6 +19,11 @@ urlpatterns = [
|
||||
views.TaskIDView.as_view(),
|
||||
name="api-task-id",
|
||||
),
|
||||
path(
|
||||
"schedule/",
|
||||
views.ScheduleListView.as_view(),
|
||||
name="api-schedule-list",
|
||||
),
|
||||
path(
|
||||
"schedule/<slug:task_name>/",
|
||||
views.ScheduleView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user