Skip to content

Commit 1a2a43d

Browse files
authored
Merge pull request #448 from EBISPOT/dev
Dev
2 parents 4e6b51d + e647a8a commit 1a2a43d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

goci-interfaces/goci-ui/src/main/resources/static/js/goci-diagram-v2.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
var host = window.location.host;
2-
let server = "http://localhost:8685";
2+
let server = "http://localhost:8989";
33

44
if (host.includes("gwas-snoopy") || host.includes("localhost")) {
5-
server = "http://gwas-snoopy.ebi.ac.uk:8685";
5+
server = "http://gwas-snoopy.ebi.ac.uk:8989";
66
}
77
else if (host.includes("gwas-garfield")) {
8-
server = "http://gwas-garfield.ebi.ac.uk:8989";
8+
server = "http://gwas-garfield.ebi.ac.uk:8989/gwas/diagram-api";
99
}
1010
else if (host.includes("ves-hx-7f") || host.includes("wwwdev.ebi.ac.uk")) {
11-
server = "http://ves-hx-7f.ebi.ac.uk:8989";
11+
server = "https://wwwdev.ebi.ac.uk/gwas/diagram-api";
1212
}
1313
else if (host.includes("www.ebi.ac.uk")) {
14-
server = "http://ves-pg-7f.ebi.ac.uk:8989";
14+
server = "https://www.ebi.ac.uk/gwas/diagram-api";
1515
}
1616

1717

0 commit comments

Comments
 (0)