diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 7b218e050a..810254ae6d 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -15,13 +15,11 @@ use Appwrite\Extend\Exception as AppwriteException; use Appwrite\Messaging\Adapter\Realtime; use Appwrite\Utopia\Request; use Appwrite\Utopia\Response; -use Appwrite\Utopia\View; use Utopia\Abuse\Abuse; use Utopia\Abuse\Adapters\TimeLimit; use Utopia\App; use Utopia\Cache\Adapter\Filesystem; use Utopia\Cache\Cache; -use Utopia\CLI\Console; use Utopia\Config\Config; use Utopia\Database\Database; use Utopia\Database\DateTime;