mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
fixed spaces api
This commit is contained in:
@ -50,7 +50,7 @@ abstract class ApiEndpoints {
|
||||
static const String getSpace =
|
||||
'/communities/{communityId}/spaces/{spaceId}';
|
||||
static const String getSpaceHierarchy =
|
||||
'/communities/{communityId}/spaces/hierarchy';
|
||||
'/communities/{communityId}/spaces';
|
||||
|
||||
// Community Module
|
||||
static const String createCommunity = '/communities';
|
||||
|
Reference in New Issue
Block a user