Skip to content

Commit e24da02

Browse files
committed
Adding consulting service to org.json
1 parent 085b609 commit e24da02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/org.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,10 @@
4343
"userName": "adobe-flash",
4444
"name": "Adobe Flash",
4545
"desc": "Stuff from the Adobe Flash team"
46+
},
47+
{
48+
"userName": "adobe-consulting-services",
49+
"name": "Adobe Consulting Services",
50+
"desc": "Adobe Consulting's open source projects"
4651
}
4752
]

js/script.js

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

1111
//Get Adobe Github repos & orgs
1212
app.factory("DatasAdobe", function($resource) {
13-
return $resource("http://ec2-54-221-78-73.compute-1.amazonaws.com");
13+
return $resource("http://ec2-54-234-113-80.compute-1.amazonaws.com");
1414
});
1515

1616
//Offline backup of json

0 commit comments

Comments
 (0)