added product api and model

This commit is contained in:
hannathkadher
2024-11-20 20:11:01 +04:00
parent 9affae0269
commit 2d60b2e225
3 changed files with 29 additions and 1 deletions

View File

@ -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,