mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
added product api and model
This commit is contained in:
@ -157,7 +157,6 @@ class CommunitySpaceManagementApi {
|
||||
if (parentId != null) {
|
||||
body['parentUuid'] = parentId;
|
||||
}
|
||||
print(ApiEndpoints.createSpace.replaceAll('{communityId}', communityId));
|
||||
final response = await HTTPService().post(
|
||||
path: ApiEndpoints.createSpace.replaceAll('{communityId}', communityId),
|
||||
body: body,
|
||||
|
Reference in New Issue
Block a user