1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

Update app/controllers/general.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Shmuel Fogel 2024-04-18 11:08:15 +03:00 committed by GitHub
parent 4d1698eab5
commit 2fcbc4867b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -359,7 +359,7 @@ function router(App $utopia, Database $dbForConsole, callable $getProjectDB, Swo
}
App::init()
->groups(['database', 'function', 'storage', 'messaging'])
->groups(['database', 'functions', 'storage', 'messaging'])
->inject('project')
->inject('request')
->action(function (Document $project, Appwrite\Utopia\Request $request) {