From 2fcbc4867b064e222874daad8d249d1198e31768 Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Thu, 18 Apr 2024 11:08:15 +0300 Subject: [PATCH] Update app/controllers/general.php Co-authored-by: Jake Barnby --- app/controllers/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {