update to app to Http

This commit is contained in:
Damodar Lohani
2023-09-10 12:30:32 +00:00
parent d691601115
commit 4ddd4dadd9
66 changed files with 76 additions and 76 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use GraphQL\Validator\Rules\DisableIntrospection;
use GraphQL\Validator\Rules\QueryComplexity;
use GraphQL\Validator\Rules\QueryDepth;
use Swoole\Coroutine\WaitGroup;
use Utopia\App;
use Utopia\Http\Http;
use Utopia\Database\Document;
use Utopia\Validator\JSON;
use Utopia\Validator\Text;