diff --git a/app/controllers/general.php b/app/controllers/general.php index 38fc4f22e3..4daedaaeb8 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -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) {