[tasks] Fix updating and stopping tasks from Emacs
This commit is contained in:
@ -36,11 +36,6 @@ urlpatterns = [
|
||||
views.web_scrobbler_webhook,
|
||||
name="web-scrobbler-webhook",
|
||||
),
|
||||
path(
|
||||
"webhook/emacs/",
|
||||
views.emacs_webhook,
|
||||
name="emacs-webhook",
|
||||
),
|
||||
path(
|
||||
"webhook/gps/",
|
||||
views.gps_webhook,
|
||||
@ -57,13 +52,13 @@ urlpatterns = [
|
||||
name="mopidy-webhook",
|
||||
),
|
||||
path("webhook/todoist/", todoist_webhook, name="todoist-webhook"),
|
||||
path("webhook/emacs/", emacs_webhook, name="emacs_webhook"),
|
||||
path("export/", views.export, name="export"),
|
||||
path(
|
||||
"imports/",
|
||||
views.ScrobbleImportListView.as_view(),
|
||||
name="import-detail",
|
||||
),
|
||||
path("webhook/emacs/", emacs_webhook, name="emacs_webhook"),
|
||||
path("export/", views.export, name="export"),
|
||||
path(
|
||||
"imports/",
|
||||
|
||||
Reference in New Issue
Block a user