mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/general.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
4d1698eab5
commit
2fcbc4867b
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user