aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-18 17:29:24 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-18 17:29:24 +0100
commit5cfde61805292f4b89c1dc244f8fbdf15c5c687d (patch)
tree8f9ab93d39fdb6a37556ebc72972bbfcb860c00d /src/backend
parenta2c45c2747459a97766bff7ec731f2b73a03fed4 (diff)
feat(frontend): add support for bookmark lists (playlists)
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/tubo/routes.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/tubo/routes.clj b/src/backend/tubo/routes.clj
index 2bf56f8..95fb294 100644
--- a/src/backend/tubo/routes.clj
+++ b/src/backend/tubo/routes.clj
@@ -20,6 +20,7 @@
["/playlist" handler/index]
["/kiosk" handler/index]
["/settings" handler/index]
+ ["/bookmark" handler/index]
["/bookmarks" handler/index]
["/api"
["/services"