mirror of
https://github.com/SyncrowIOT/web.git
synced 2026-03-11 06:41:45 +00:00
4 lines
99 B
Dart
4 lines
99 B
Dart
class EndPoints {
|
|
static const String fetchCommunities = 'projects/{projectUuid}/communities';
|
|
}
|