From b3fc58ac2a70c540466176e68a7f322b889e7de9 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Thu, 23 Jun 2022 10:37:30 -0400 Subject: [PATCH] url update --- README.md | 2 +- src/environments/environment.prod.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd244de..56da3bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DataverseWebReport -This tool provides a web interface to go display data from the Excel file generated by https://github.com/scholarsportal/Dataverse-Report. To see this tool in action, visit https://dataverse.scholarsportal.info/metrics/. +This tool provides a web interface to go display data from the Excel file generated by https://github.com/scholarsportal/Dataverse-Report. To see this tool in action, visit https://borealisdata.ca/metrics/. This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.7. diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 9aed8dd..b7c5582 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'https://dataverse.scholarsportal.info/metricsbackend' + apiUrl: 'https://borealisdata.ca/metricsbackend' };