mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix permission
This commit is contained in:
@@ -93,8 +93,7 @@ App::post('/v1/projects')
|
||||
|
||||
$secret = Authorization::skip(fn() => $dbForConsole->createDocument('secrets', new Document([
|
||||
'$id' => ID::unique(),
|
||||
'$read' => [],
|
||||
'$write' => [],
|
||||
'$permissions' => [],
|
||||
'$collection' => 'secrets',
|
||||
'secret' => OpenSSL::secretString(),
|
||||
])));
|
||||
|
||||
Reference in New Issue
Block a user