6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
export const environment = {
|
|
production : true,
|
|
apiUrl : 'apihelloasso.ringzero.fr'
|
|
|
|
};
|