File size: 86 Bytes
f61d311 |
1 2 3 4 5 |
export const environment = {
production: true,
apiUrl: 'http://3.235.0.237:81'
};
|
f61d311 |
1 2 3 4 5 |
export const environment = {
production: true,
apiUrl: 'http://3.235.0.237:81'
};
|