Save Bill Works
This commit is contained in:
@ -35,7 +35,7 @@ export class TableService {
|
||||
}
|
||||
|
||||
running(): Observable<Table[]> {
|
||||
const options = {params: new HttpParams().set('a', 'true')};
|
||||
const options = {params: new HttpParams().set('r', '')};
|
||||
return <Observable<Table[]>>this.http.get<Table[]>(url, options)
|
||||
.pipe(
|
||||
catchError(this.log.handleError(serviceName, 'running'))
|
||||
|
||||
Reference in New Issue
Block a user