Commit 1f1e55ab authored by amazon's avatar amazon

ip

parent 1a51c73a
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}]); }]);
app.factory('AppSettings', function() { app.factory('AppSettings', function() {
var dev = "localhost:8080/api/v1", prod = "52.25.28.64:8080/api/v1"; var dev = "localhost:8080/api/v1", prod = "52.28.244.24:8080/api/v1";
return { return {
apiAddress: prod apiAddress: prod
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment