diff --git a/src/app/video-processing.service.ts b/src/app/video-processing.service.ts index 4364595..016f9b8 100644 --- a/src/app/video-processing.service.ts +++ b/src/app/video-processing.service.ts @@ -32,7 +32,7 @@ export class VideoProcessingService { } downloadFile(filePath: string): Observable { - return this.http.get(`${this.apiUrl}/download/${filePath}`, { responseType: 'blob' }); + return this.http.get(`${this.apiUrl}/download${filePath}`, { responseType: 'blob' }); } flushQueue(): Observable {