[Trunk|Library]: Remove uploadService property

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56263 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-06-28 10:28:39 +00:00
parent bc719f6699
commit 3405681ac7
2 changed files with 1 additions and 3 deletions

View File

@ -108,7 +108,7 @@ export class BulkClaimComponent {
}
this.loading.open();
this.makeFileRequest(this.properties.uploadService, [], this.filesToUpload).then((result) => {
this.makeFileRequest(this.properties.utilsService + '/upload', [], this.filesToUpload).then((result) => {
var rows = (result as any).split('\n'); // I have used space, you can use any thing.
this.exceedsLimit = false;
var i = 0;

View File

@ -56,8 +56,6 @@ export class EnvProperties {
// helpdesk link
helpdesk;
uploadService;
utilsService;
vocabulariesAPI;