mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
reverted to dynamic endpoint.
This commit is contained in:
@ -12,8 +12,7 @@ final class RemoteOccupancyService implements OccupacyService {
|
||||
Future<List<Occupacy>> load(GetOccupancyParam param) async {
|
||||
try {
|
||||
final response = await _httpService.get(
|
||||
// path: '/occupancy/duration/space/${param.spaceUuid}',
|
||||
path: '/occupancy/duration/space/25c96044-fadf-44bb-93c7-3c079e527ce6',
|
||||
path: '/occupancy/duration/space/${param.spaceUuid}',
|
||||
showServerMessage: true,
|
||||
queryParameters: param.toJson(),
|
||||
expectedResponseModel: (data) {
|
||||
|
Reference in New Issue
Block a user