Merge branch 'master' into live-rest-backend

This commit is contained in:
Art Lowel
2017-06-19 18:18:33 +02:00
parent 86d7b99010
commit 145886e497
8 changed files with 103 additions and 66 deletions

View File

@@ -35,7 +35,7 @@ export const COMMUNITIES = {
],
"_links": {
"self": {
"href": "http://dspace7.4science.it/dspace-spring-rest/api/core/community/9076bd16-e69a-48d6-9e41-0238cb40d863"
"href": "/communities/6631"
},
"collections": [
{ "href": "/collections/5179" }
@@ -78,7 +78,7 @@ export const COMMUNITIES = {
],
"_links": {
"self": {
"href": "http://dspace7.4science.it/dspace-spring-rest/api/core/community/9076bd16-e69a-48d6-9e41-0238cb40d863"
"href": "/communities/2365"
},
"collections": [
{ "href": "/collections/6547" }
@@ -86,4 +86,4 @@ export const COMMUNITIES = {
}
}
]
};
};