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