Browse Source

web-ui: Add production api address

scalafmt-draft v2018.03.27
Alexis Hernandez 7 years ago
parent
commit
8bdfed873f
  1. 3
      web-ui/src/environments/environment.prod.ts

3
web-ui/src/environments/environment.prod.ts

@ -1,7 +1,6 @@
export const environment = {
production: true,
api: {
// TODO: replace with the correct value
url: 'http://localhost:9000'
url: 'https://xsnexplorer.io/api'
}
};

Loading…
Cancel
Save