Closed masonlr closed 6 years ago
The production environment should point to the production middleware API.
https://github.com/alan-turing-institute/science-gateway-inputs/blob/master/src/environments/environment.prod.ts
apiRoot: 'https://science-gateway-middleware-dev.azurewebsites.net/api/'
should be updated to
apiRoot: 'https://science-gateway-middleware.azurewebsites.net/api/'
The production environment should point to the production middleware API.
https://github.com/alan-turing-institute/science-gateway-inputs/blob/master/src/environments/environment.prod.ts
should be updated to