mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 09:45:22 +00:00
getting spaces and rooms from api {null checks}
This commit is contained in:
@ -12,4 +12,5 @@ abstract class ApiEndpoints {
|
||||
|
||||
// Spaces
|
||||
static const String spaces = '$baseUrl/home';
|
||||
static const String rooms = '$baseUrl/room';
|
||||
}
|
||||
|
Reference in New Issue
Block a user