diff --git a/dmp-frontend/src/app/core/services/maintenance/maintenance.service.ts b/dmp-frontend/src/app/core/services/maintenance/maintenance.service.ts index 6956048f7..376e5a29b 100644 --- a/dmp-frontend/src/app/core/services/maintenance/maintenance.service.ts +++ b/dmp-frontend/src/app/core/services/maintenance/maintenance.service.ts @@ -37,7 +37,7 @@ export class MaintenanceService extends BaseService { } sendTenantTouchEvents(): Observable { - const url = `${this.apiBase}/events/users/touch`; + const url = `${this.apiBase}/events/tenant/touch`; return this.http .delete(url).pipe( catchError((error: any) => throwError(error)));