aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/tubo/routes.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tubo/routes.clj b/src/backend/tubo/routes.clj
index 1492139..2bf56f8 100644
--- a/src/backend/tubo/routes.clj
+++ b/src/backend/tubo/routes.clj
@@ -20,7 +20,7 @@
["/playlist" handler/index]
["/kiosk" handler/index]
["/settings" handler/index]
- ["/playlists" handler/index]
+ ["/bookmarks" handler/index]
["/api"
["/services"
["" {:get handler/services}]