|
@@ -54,9 +54,8 @@ export class ChangeHistoryComponent implements OnInit {
|
|
|
.getProposalInvestment(this.investmentProposalID)
|
|
.getProposalInvestment(this.investmentProposalID)
|
|
|
.subscribe(
|
|
.subscribe(
|
|
|
res => {
|
|
res => {
|
|
|
- this.fileDownload = environment.productionApiUrl;
|
|
|
|
|
|
|
+ this.fileDownload = environment.productionMediaUrl;
|
|
|
this.investmentCode = res["result"]["codigo_inversion"];
|
|
this.investmentCode = res["result"]["codigo_inversion"];
|
|
|
- console.log(this.fileDownload);
|
|
|
|
|
},
|
|
},
|
|
|
err => {}
|
|
err => {}
|
|
|
);
|
|
);
|