aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPjotr Prins2023-08-07 03:04:58 -0500
committerPjotr Prins2023-08-07 03:04:58 -0500
commitb56cd4eff6e6bb419df3c92d35156ae598ff327b (patch)
tree8a2c001c0e7b302b3c1be7e6825075090a5fa675 /web
parent6cad296ed1c3f4ffbc621c645cc53e2392d9faff (diff)
downloadgn-guile-b56cd4eff6e6bb419df3c92d35156ae598ff327b.tar.gz
Update API location
Diffstat (limited to 'web')
-rwxr-xr-xweb/webserver.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/webserver.scm b/web/webserver.scm
index 657d82e..59fd723 100755
--- a/web/webserver.scm
+++ b/web/webserver.scm
@@ -32,12 +32,12 @@
"2.0")
(define (base-url)
- "https://genenetwork.org")
+ "https://luna.genenetwork.org")
(define (prefix)
"Build the API URL including version"
- (string-append (base-url) "/api/" get-version))
+ (string-append (base-url) "/api/v" get-version))
(define* (mk-url postfix #:optional (ext ""))
"Add the path to the API URL"