Merge pull request #8962 from appwrite/feat-fix-web-routes

feat fix web routes
This commit is contained in:
Luke B. Silver 2024-11-12 12:42:30 +01:00 committed by GitHub
commit 90f18c57ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -438,7 +438,7 @@ App::init()
});
App::init()
->groups(['api', 'web'])
->groups(['api'])
->inject('utopia')
->inject('swooleRequest')
->inject('request')