mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +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 {
|
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) {
|
||||||
|
Reference in New Issue
Block a user