1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Fix default bucket missing create permission

This commit is contained in:
Jake Barnby 2022-08-24 20:27:27 +12:00
parent ea4b177b83
commit 714bbc0af0

View file

@ -173,6 +173,7 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
'antivirus' => true,
'fileSecurity' => true,
'$permissions' => [
Permission::create(Role::any()),
Permission::read(Role::any()),
Permission::update(Role::any()),
Permission::delete(Role::any()),