Skip to content

Commit 59d7883

Browse files
authored
Merge pull request #12 from sorgerlab/update-indra-api
Update indra-api URL
2 parents e3f538a + 7aef898 commit 59d7883

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/js/base_script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ var network_id;
2424
var url = new URL(location.href)
2525
network_id = url.searchParams.get("uuid")
2626

27-
var indra_server_addr = "http://indra-api-72031e2dfde08e09.elb.us-east-1.amazonaws.com:8000";
28-
//var indra_server_addr = "http://0.0.0.0:8080";
27+
var indra_server_addr = "https://api.indra.bio";
2928

3029
var ctxt = {};
3130

0 commit comments

Comments
 (0)