1. claimsByToken.component: library issue fixed.

2. env-properties.json: change 'claimsAPIURL' to use duffy.di.uoa.gr (konstantina's api).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@52621 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2018-06-29 13:21:54 +00:00
parent 5c36e62f9e
commit f9b09add93
2 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@ import {Component} from '@angular/core';
@Component({
selector: 'openaire-claims-project-manager',
template: `
<p>TODO: fix library issue<p>
<claims-project-manager>
</claims-project-manager>
<claims-project-manager></claims-project-manager>
`,
})

View File

@ -6,7 +6,7 @@
"framesAPIURL" : "https://beta.openaire.eu/stats3/",
"statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
"statisticsFrameAPIURL":"https://beta.openaire.eu/stats/",
"claimsAPIURL" : "http://scoobydoo.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
"claimsAPIURL" : "http://duffy.di.uoa.gr:8080/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
"searchAPIURLLAst" : "https://beta.services.openaire.eu/search/v2/api/",
"searchResourcesAPIURL" : "https://beta.services.openaire.eu/search/v2/api/resources",
"csvAPIURL" : "http://vatopedi.di.uoa.gr:8080/shadowSearch/rest/v2/api/reports",