Bug fix on maintenance.service.ts
This commit is contained in:
parent
cfd508ccc5
commit
5ec8417f4e
|
@ -37,7 +37,7 @@ export class MaintenanceService extends BaseService {
|
|||
}
|
||||
|
||||
sendTenantTouchEvents(): Observable<any> {
|
||||
const url = `${this.apiBase}/events/tenant/touch`;
|
||||
const url = `${this.apiBase}/events/tenants/touch`;
|
||||
return this.http
|
||||
.delete<any>(url).pipe(
|
||||
catchError((error: any) => throwError(error)));
|
||||
|
|
Loading…
Reference in New Issue