reverted to dynamic endpoint.

This commit is contained in:
Faris Armoush
2025-05-21 10:58:21 +03:00
parent c9d15d102b
commit ecf588cfcb

View File

@ -12,8 +12,7 @@ final class RemoteOccupancyService implements OccupacyService {
Future<List<Occupacy>> load(GetOccupancyParam param) async { Future<List<Occupacy>> load(GetOccupancyParam param) async {
try { try {
final response = await _httpService.get( final response = await _httpService.get(
// path: '/occupancy/duration/space/${param.spaceUuid}', path: '/occupancy/duration/space/${param.spaceUuid}',
path: '/occupancy/duration/space/25c96044-fadf-44bb-93c7-3c079e527ce6',
showServerMessage: true, showServerMessage: true,
queryParameters: param.toJson(), queryParameters: param.toJson(),
expectedResponseModel: (data) { expectedResponseModel: (data) {