fix env cutler-movar

This commit is contained in:
Roland Schneider 2021-09-27 21:09:44 +02:00
parent 328d02be03
commit 6b40b5084f

View File

@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: "http://cutler-movar:80/fitness_web/customerapi/web/index.php?r=" apiUrl: "https://fitnessadmin.hu/fitness_web/customerapi/web/index.php?r="
}; };