aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-12 01:18:18 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-12 01:18:18 +0200
commitba64e0a0d57dabefd3b4f6b9480e1243fc95c445 (patch)
treef7110d1981de2ecd7edd63e9a6e28797bdfd05b8 /src/backend
parent14b01458e7dd189f1f45ec5d71d3a194c18e822d (diff)
feat: add versioned api routes and set base api url
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 95fb294..edf4876 100644
--- a/src/backend/tubo/routes.clj
+++ b/src/backend/tubo/routes.clj
@@ -22,7 +22,7 @@
["/settings" handler/index]
["/bookmark" handler/index]
["/bookmarks" handler/index]
- ["/api"
+ ["/api/v1"
["/services"
["" {:get handler/services}]
["/:service-id/search"