alan-turing-institute / simulate-frontend

Simulate frontend application.
http://simulate.readthedocs.io
0 stars 1 forks source link

Connect to production middleware API #99

Closed masonlr closed 6 years ago

masonlr commented 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/'