Add webpage urls

This commit is contained in:
2023-11-30 18:21:16 +01:00
parent 34ecb71c44
commit eb1a22e69f

View File

@ -11,6 +11,7 @@ from vrobbler.apps.podcasts import urls as podcast_urls
from vrobbler.apps.videogames import urls as videogame_urls
from vrobbler.apps.boardgames import urls as boardgame_urls
from vrobbler.apps.locations import urls as locations_urls
from vrobbler.apps.webpages import urls as webpages_urls
from vrobbler.apps.music.api.views import (
AlbumViewSet,
ArtistViewSet,
@ -68,6 +69,7 @@ urlpatterns = [
path("", include(boardgame_urls, namespace="boardgames")),
path("", include(sports_urls, namespace="sports")),
path("", include(locations_urls, namespace="locations")),
path("", include(webpages_urls, namespace="webpages")),
path("", include(podcast_urls, namespace="podcasts")),
path("", include(scrobble_urls, namespace="scrobbles")),
path(