diff --git a/app/controllers/general.php b/app/controllers/general.php index 26e052fe50..564a5b7df4 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -438,7 +438,7 @@ App::init() }); App::init() - ->groups(['api']) + ->groups(['api', 'web']) ->inject('utopia') ->inject('swooleRequest') ->inject('request')