mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Update request.service.ts
This commit is contained in:
parent
71ff8fe301
commit
7c56c98288
1 changed files with 1 additions and 1 deletions
|
@ -109,4 +109,4 @@ export class RequestService extends ServiceHelpers {
|
|||
public filterMovies(filter: IFilter): Observable<IMovieRequests[]> {
|
||||
return this.http.post<IMovieRequests[]>(`${this.url}movie/filter`, JSON.stringify(filter), {headers: this.headers});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue