Skip to content

Commit 63bec3f

Browse files
committed
Updating server url to new heroku app
1 parent a123708 commit 63bec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var app = angular.module("AdobeOpenSource", ["ngResource"]);
1515

1616
//Get Adobe Github repos & orgs
1717
app.factory("DatasAdobe", function($resource) {
18-
return $resource("http://ec2-54-234-113-80.compute-1.amazonaws.com");
18+
return $resource("http://server-adobe-github.herokuapp.com");
1919
});
2020

2121
//Offline backup of json

0 commit comments

Comments
 (0)