fix(config): Update Google Healthcare API endpoint from v1beta1 to v1 (#2256)
This commit is contained in:
parent
12e73228d1
commit
83b7d9e8b4
@ -1,7 +1,7 @@
|
|||||||
window.config = {
|
window.config = {
|
||||||
routerBasename: '/',
|
routerBasename: '/',
|
||||||
enableGoogleCloudAdapter: true,
|
enableGoogleCloudAdapter: true,
|
||||||
healthcareApiEndpoint: 'https://healthcare.googleapis.com/v1beta1',
|
healthcareApiEndpoint: 'https://healthcare.googleapis.com/v1',
|
||||||
servers: {
|
servers: {
|
||||||
// This is an array, but we'll only use the first entry for now
|
// This is an array, but we'll only use the first entry for now
|
||||||
dicomWeb: [],
|
dicomWeb: [],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user