[tasks] Revert webhook for Todoist
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
from django.urls import path
|
||||
from scrobbles import views
|
||||
from tasks.webhooks import EmacsWebhookView, TodoistWebhookView
|
||||
from tasks.webhooks import EmacsWebhookView, todoist_webhook
|
||||
|
||||
app_name = "scrobbles"
|
||||
|
||||
@ -82,7 +82,7 @@ urlpatterns = [
|
||||
views.MopidyWebhookView.as_view(),
|
||||
name="mopidy-webhook",
|
||||
),
|
||||
path("webhook/todoist/", TodoistWebhookView.as_view(), name="todoist-webhook"),
|
||||
path("webhook/todoist/", todoist_webhook, name="todoist-webhook"),
|
||||
path("webhook/emacs/", EmacsWebhookView.as_view(), name="emacs_webhook"),
|
||||
path("export/", views.export, name="export"),
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user