File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
goci-interfaces/goci-ui/src/main/resources/static/js Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11var host = window . location . host ;
2- let server = "http://localhost:8685 " ;
2+ let server = "http://localhost:8989 " ;
33
44if ( 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}
77else 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}
1010else 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}
1313else 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
You can’t perform that action at this time.
0 commit comments