mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #8962 from appwrite/feat-fix-web-routes
feat fix web routes
This commit is contained in:
commit
90f18c57ac
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ App::init()
|
|||
});
|
||||
|
||||
App::init()
|
||||
->groups(['api', 'web'])
|
||||
->groups(['api'])
|
||||
->inject('utopia')
|
||||
->inject('swooleRequest')
|
||||
->inject('request')
|
||||
|
|
|
|||
Loading…
Reference in a new issue