5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
export const API_URL =
|
|
APP_ENV === 'production'
|
|
? 'http://10.0.0.222:31300'
|
|
: 'http://10.0.0.222:31300';
|