stroopwafel eindpunt
This commit is contained in:
@@ -14,5 +14,6 @@ urlpatterns = [
|
||||
path('overview/playlist', views.PlaylistListView.as_view(), name="playlist-list"),
|
||||
path('overview/playlist/<int:id>', views.PlaylistDetailView.as_view(), name="playlist-detail"),
|
||||
path('spotify/callback', views.SpotifyCallbackView.as_view(), name="spotify-callback"),
|
||||
path('stroopwafel', views.StroopwafelView.as_view(), name="stroopwafel"),
|
||||
path('', views.AuthView.as_view()),
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user