mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Use concatUrls
This commit is contained in:
parent
03fe522b17
commit
3425fba1e5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user