This commit is contained in:
tapframe 2025-12-24 19:22:00 +05:30
parent ab720ddae7
commit 1821bf1230

View file

@ -1,7 +1,7 @@
import { mmkvStorage } from './mmkvStorage';
import { Platform } from 'react-native';
const DEV_URL = 'https://campaign.nuvioapp.space/';
const DEV_URL = '';
const PROD_URL = process.env.EXPO_PUBLIC_CAMPAIGN_API_URL || '';
const CAMPAIGN_API_URL = __DEV__ ? DEV_URL : PROD_URL;