* deployer fix
* export path includes .zip extension
This commit is contained in:
@@ -86,7 +86,7 @@ export class AlbumComponent implements OnInit {
|
||||
}
|
||||
|
||||
public get exportUrl(): string {
|
||||
return environment.apiUrl + `/export-album/${this.album.slug}`;
|
||||
return environment.apiUrl + `/export-album/${this.album.slug}.zip`;
|
||||
}
|
||||
|
||||
private imageUrl(image: Image): string {
|
||||
|
||||
Reference in New Issue
Block a user