mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
feat: fix web routes
This commit is contained in:
parent
9151abc951
commit
6e7dd26f75
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