mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
4 lines
99 B
Dart
4 lines
99 B
Dart
class EndPoints {
|
|
static const String fetchCommunities = 'projects/{projectUuid}/communities';
|
|
}
|