From 83b7d9e8b4240a928eb43735280000e97f186d90 Mon Sep 17 00:00:00 2001 From: noerog <32459203+noerog@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:29:53 -0500 Subject: [PATCH] fix(config): Update Google Healthcare API endpoint from v1beta1 to v1 (#2256) --- platform/viewer/public/config/google.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/viewer/public/config/google.js b/platform/viewer/public/config/google.js index 7a4eb9d83..a49f0a2f4 100644 --- a/platform/viewer/public/config/google.js +++ b/platform/viewer/public/config/google.js @@ -1,7 +1,7 @@ window.config = { routerBasename: '/', enableGoogleCloudAdapter: true, - healthcareApiEndpoint: 'https://healthcare.googleapis.com/v1beta1', + healthcareApiEndpoint: 'https://healthcare.googleapis.com/v1', servers: { // This is an array, but we'll only use the first entry for now dicomWeb: [],