aboutsummaryrefslogtreecommitdiff
path: root/services/stream/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/stream/urls.py')
-rw-r--r--services/stream/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/stream/urls.py b/services/stream/urls.py
index 4fc57ee5..aaedb926 100644
--- a/services/stream/urls.py
+++ b/services/stream/urls.py
@@ -6,4 +6,5 @@ app_name = "stream"
urlpatterns = [
path("random-song", views.random_song, name="random_song"),
path("song/<int:song_id>", views.stream_song, name="stream_song"),
+ path("anime/", views.anime_stream, name="anime_stream"),
]