Skip to content

Commit

Permalink
Update environments files[code4romania#152]
Browse files Browse the repository at this point in the history
  • Loading branch information
Robass committed Feb 26, 2022
1 parent 9fa833c commit 3189dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
@@ -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'
};

0 comments on commit 3189dd6

Please sign in to comment.