Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7c56c98288b864c41b4e5b33e80036a4cde14b8d?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update request.service.ts

pull/1925/head
Jamie 7 years ago committed by GitHub
parent 71ff8fe301
commit 7c56c98288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,4 +109,4 @@ export class RequestService extends ServiceHelpers {
public filterMovies(filter: IFilter): Observable<IMovieRequests[]> { public filterMovies(filter: IFilter): Observable<IMovieRequests[]> {
return this.http.post<IMovieRequests[]>(`${this.url}movie/filter`, JSON.stringify(filter), {headers: this.headers}); return this.http.post<IMovieRequests[]>(`${this.url}movie/filter`, JSON.stringify(filter), {headers: this.headers});
} }
} }

Loading…
Cancel
Save