mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 21:49:41 +00:00
Update RemoteCreateSpaceService to correct API endpoint for space creation, changing the return path to include '/spaces' for accurate resource targeting.
This commit is contained in:
@ -58,6 +58,6 @@ final class RemoteCreateSpaceService implements CreateSpaceService {
|
||||
throw APIException('Community UUID is not set');
|
||||
}
|
||||
|
||||
return '/projects/$projectUuid/communities/$communityUuid';
|
||||
return '/projects/$projectUuid/communities/$communityUuid/spaces';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user