Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7534a634c24561303c9f829571e2735988df96e5 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix formatting error

pull/2467/head
Kenton Royal 7 years ago
parent a23c1030f4
commit 7534a634c2

@ -38,7 +38,7 @@ export class RequestService extends ServiceHelpers {
}
public requestTv(tv: ITvRequestViewModel): Observable<IRequestEngineResult> {
return this.http.post<IRequestEngineResult>(`${this.url}TV/`, JSON.stringify(tv), { headers: this.headers });
return this.http.post<IRequestEngineResult>(`${this.url}TV/`, JSON.stringify(tv), {headers: this.headers});
}
public approveMovie(movie: IMovieUpdateModel): Observable<IRequestEngineResult> {

Loading…
Cancel
Save