mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removde hard-coded IP
This commit is contained in:
@@ -24,11 +24,7 @@ App::get('/v1/locale')
|
||||
$time = (60 * 60 * 24 * 45); // 45 days cache
|
||||
$countries = $locale->getText('countries');
|
||||
$continents = $locale->getText('continents');
|
||||
|
||||
if (!App::isProduction()) {
|
||||
$ip = '79.177.241.94';
|
||||
}
|
||||
|
||||
|
||||
$output['ip'] = $ip;
|
||||
|
||||
$currency = null;
|
||||
|
||||
Reference in New Issue
Block a user