1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Use concatUrls

This commit is contained in:
mcdamo 2021-05-03 22:23:04 +10:00
parent 03fe522b17
commit 3425fba1e5

View File

@ -94,7 +94,7 @@ export class GalleryNavigatorComponent implements OnChanges {
}
getDownloadZipLink(): string {
return Config.Client.urlBase + '/api/gallery/zip/' + this.getDirectoryPath();
return Utils.concatUrls(Config.Client.urlBase, '/api/gallery/zip/', this.getDirectoryPath());
}
getDirectoryPath(): string {