diff --git a/src/app/info/info-tools/downloader.component.ts b/src/app/info/info-tools/downloader.component.ts index bfd3de7..695fdd9 100644 --- a/src/app/info/info-tools/downloader.component.ts +++ b/src/app/info/info-tools/downloader.component.ts @@ -22,6 +22,9 @@ export class DownloaderComponent implements OnInit { } execute() { - window.open('/downloader/' + this.downloader.name + '/' + this.source.modelInfo.store + '/' + this.source.featureInfo.id) + window.open('/api/download/plugin/' + + '/' + this.downloader.name + + '/' + this.source.modelInfo.store + + '/' + this.source.featureInfo.id) } } \ No newline at end of file