[scrobbles] Add orgparse and start of emacs webhook
This commit is contained in:
@ -36,6 +36,11 @@ urlpatterns = [
|
||||
views.web_scrobbler_webhook,
|
||||
name="web-scrobbler-webhook",
|
||||
),
|
||||
path(
|
||||
"webhook/emacs/",
|
||||
views.emacs_webhook,
|
||||
name="emacs-webhook",
|
||||
),
|
||||
path(
|
||||
"webhook/gps/",
|
||||
views.gps_webhook,
|
||||
|
||||
Reference in New Issue
Block a user