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 = {
|
||||
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: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user