Big reorg to support pacakging
This commit is contained in:
9
vrobbler/apps/scrobbles/urls.py
Normal file
9
vrobbler/apps/scrobbles/urls.py
Normal file
@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
from scrobbles import views
|
||||
|
||||
app_name = 'scrobbles'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.scrobble_endpoint, name='scrobble-list'),
|
||||
path('jellyfin/', views.jellyfin_websocket, name='jellyfin-websocket'),
|
||||
]
|
||||
Reference in New Issue
Block a user