stroopwafel eindpunt

This commit is contained in:
2024-07-26 13:19:33 +02:00
parent f4294d8bf9
commit ae9b3bf5c5
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -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)