forked from geolba/tethys.frontend
- use "/api/file/download/" instead of "/file/download/" inside dataset-detail.component.ts
This commit is contained in:
parent
20720fad0c
commit
49ef135106
|
@ -27,7 +27,7 @@ export default class DatasetDetailComponent extends Vue {
|
|||
private error = "";
|
||||
public loaded = false;
|
||||
public openAccessLicences: Array<string> = ["CC-BY-4.0", "CC-BY-SA-4.0"];
|
||||
public portal = VUE_APP_PORTAL + "/file/download/";
|
||||
public portal = VUE_APP_PORTAL + "/api/file/download/";
|
||||
|
||||
created(): void {
|
||||
dayjs.extend(advancedFormat);
|
||||
|
|
Loading…
Reference in New Issue
Block a user