From b663a689c8e584127f894652debc2a5b5339db50 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 31 May 2023 15:06:00 +0300 Subject: Add trailing slash to GN_SERVER_URL. Without the trailing slash, the urllib.parse.urljoin function produces the wrong endpoint. * genenetwork-development.scm (genenetwork2-cd-gexp): Add trailing slash to GN_SERVER_URL. Signed-off-by: Arun Isaac --- genenetwork-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genenetwork-development.scm') 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 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))) -- cgit v1.2.3