This commit is contained in:
tapframe 2025-12-24 19:05:57 +05:30
parent 614597d1bd
commit b4cecee191

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 = 'http://192.168.1.5:3000';
const PROD_URL = process.env.EXPO_PUBLIC_CAMPAIGN_API_URL || '';
const CAMPAIGN_API_URL = __DEV__ ? DEV_URL : PROD_URL;