perbaikan master
This commit is contained in:
@@ -198,7 +198,7 @@ export class BuildingService {
|
||||
return this.http.post<any>(url, data, { headers });
|
||||
}
|
||||
|
||||
getBuildingRoomList(page: number = 1, limit: number = 100): Observable<any> {
|
||||
getBuildingRoomList(page: number = 1, limit: number = 1000): Observable<any> {
|
||||
const url = `https://kapi.absys.ninja/hemat/room-building?page=${page}&limit=${limit}`;
|
||||
const headers = new HttpHeaders({
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user