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
@@ -2,7 +2,7 @@
use Appwrite\Extend\Exception;
use Appwrite\Utopia\Response;
use Utopia\App;
use Utopia\Http\Http;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Exception\Duplicate as DuplicateException;