5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiUrl: "https://fitnessadmin.hu/fitness_web/customerapi/web/index.php?r="
|
|
};
|