mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch '0.16.x' into fix-unaccepted-invitation-access
This commit is contained in:
commit
4e3bfc81b6
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ use Utopia\Validator\Integer;
|
||||||
use Utopia\Validator\Text;
|
use Utopia\Validator\Text;
|
||||||
use Utopia\Storage\Validator\File;
|
use Utopia\Storage\Validator\File;
|
||||||
use Utopia\Validator\WhiteList;
|
use Utopia\Validator\WhiteList;
|
||||||
|
use Utopia\Database\ID;
|
||||||
|
|
||||||
App::get('/v1/mock/tests/foo')
|
App::get('/v1/mock/tests/foo')
|
||||||
->desc('Get Foo')
|
->desc('Get Foo')
|
||||||
|
|
|
||||||
2
composer.lock
generated
2
composer.lock
generated
|
|
@ -5386,5 +5386,5 @@
|
||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "8.0"
|
"php": "8.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.2.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue