Skip to content
Snippets Groups Projects

correcting locator service url for local use

Merged Charlotte Hausman requested to merge Standard_CMS_Imaging into main
5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
export const environment = {
production: true,
// archive search services
apiUrl: 'https://webtest.aoc.nrao.edu/archiveServices/',
apiUrl: 'https://webtest.aoc.nrao.edu/archive-services/',
// workspace services
workspacesUrl: 'https://ws-dev.nrao.edu/'
};
Loading