fix(config): Update Google Healthcare API endpoint from v1beta1 to v1 (#2256)

This commit is contained in:
noerog 2021-01-28 09:29:53 -05:00 committed by GitHub
parent 12e73228d1
commit 83b7d9e8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: [],