diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/tubo/routes.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/tubo/routes.clj b/src/backend/tubo/routes.clj index d42b432..e22f35f 100644 --- a/src/backend/tubo/routes.clj +++ b/src/backend/tubo/routes.clj @@ -19,6 +19,7 @@ ["/channel" handler/index] ["/playlist" handler/index] ["/kiosk" handler/index] + ["/settings" handler/index] ["/api" ["/services" ["" {:get handler/services}] |