mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 08:54:55 +00:00
make the domain and data layers
This commit is contained in:
@ -234,4 +234,7 @@ abstract class ApiEndpoints {
|
||||
'/projects/{projectUuid}/communities/{communityUuid}/spaces/{spaceUuid}/devices';
|
||||
|
||||
static const String getReportLogs = '/devices/{uuid}/report-logs?code={code}';
|
||||
|
||||
//booking System APIs
|
||||
static const String upcomingBookings = '/bookings/{uuid}/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user