1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Remove erroneous use

This commit is contained in:
kodumbeats 2021-06-11 16:21:54 -04:00
parent e35d883c56
commit f7d3b726fd

View file

@ -24,8 +24,6 @@ use Utopia\Database\Document as Document2;
use Utopia\Database\Query;
use Utopia\Database\Validator\Authorization as Authorization2;
use function Amp\Promise\wait;
App::post('/v1/database/collections')
->desc('Create Collection')
->groups(['api', 'database'])