diff --git a/app/controllers/api/locale.php b/app/controllers/api/locale.php index d3a0916960..e97c50b16d 100644 --- a/app/controllers/api/locale.php +++ b/app/controllers/api/locale.php @@ -2,8 +2,11 @@ use Utopia\Database\Document; use Appwrite\Utopia\Response; +use Appwrite\Utopia\Request; use Utopia\App; use Utopia\Config\Config; +use Utopia\Locale\Locale; +use MaxMind\Db\Reader; App::get('/v1/locale') ->desc('Get User Locale')