about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 0550d5f..1b16f93 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -431,7 +431,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
                                      (content (package->development-manifest genenetwork2))
                                      (allow-collisions? #t)))
             (setenv "GN_PROXY_URL" "http://genenetwork.org/gn3-proxy/")
-            (setenv "GN_SERVER_URL" "/api3")
+            (setenv "GN_SERVER_URL" "/api3/")
             (setenv "GN3_LOCAL_URL"
                     #$(string-append "http://localhost:"
                                      (number->string gn3-port)))