perbaikan master building

This commit is contained in:
2024-07-10 18:05:07 +07:00
parent 8d9840acec
commit 3ef7dab91f
8 changed files with 40 additions and 13 deletions

View File

@@ -180,6 +180,7 @@ export class BuildingService {
});
return this.http.post<any>(url, data, { headers });
}
putMasterRoomParam(data: any, id: any): Observable<any> {
const url = `https://kapi.absys.ninja/hemat/room/${id}`;
const headers = new HttpHeaders({