Commit 5e401c7a94ab100fcce5788898ffc9fe124ac842
1 parent
247ee19c91
Exists in
master
baseurl change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | |
72 | 72 | }]).run(['Analytics', function(Analytics) { }]); |
73 | 73 | |
74 | - scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1") | |
74 | + scotchApp.constant("BASE_URL", "https://events.startupjalsa.com") | |
75 | 75 | //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") |
76 | 76 | |
77 | 77 | scotchApp.directive('validFile',function(){ | ... | ... |