mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 17:25:47 +00:00
fetch groups
This commit is contained in:
@ -16,4 +16,7 @@ abstract class ApiEndpoints {
|
||||
|
||||
// Devices
|
||||
static const String control = '$baseUrl/device/control';
|
||||
|
||||
//groups
|
||||
static const String groups = '$baseUrl/group';
|
||||
}
|
||||
|
Reference in New Issue
Block a user