aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-12 00:13:13 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-12 00:13:13 +0100
commit47579a2505c48e74e1860590d59682632ff5bd17 (patch)
tree2fda97a217b2570633287f08820fda7076d133c6 /src
parent976e834a34e2c1641545f60a592f2ca2bed56509 (diff)
fix: amend client-side bookmarks route handler
Diffstat (limited to 'src')
-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}]