5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiUrl: "http://cutler-movar:80/fitness_web/customerapi/web/index.php?r="
|
|
};
|