diff --git a/src/environments/environment.dev.ts b/src/environments/environment.dev.ts index e786074..f30fd3b 100755 --- a/src/environments/environment.dev.ts +++ b/src/environments/environment.dev.ts @@ -1,6 +1,6 @@ export const environment = { env: 'DEV', production: false, - serverBaseUrl: 'https://rvm-api.lxhost.ro', - serverUrl: 'https://rvm-api.lxhost.ro/api' + serverBaseUrl: 'https://rvm-api.heroesof.tech', + serverUrl: 'https://rvm-api.heroesof.tech/api' };