We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1851a commit 2eeec4eCopy full SHA for 2eeec4e
src/config.ts
@@ -41,7 +41,7 @@ export default {
41
fhirServerConfig: {
42
auth: {
43
// This server's URI
44
- resourceServer: env.get('RESOURCE_SERVER').required().asUrlString()
+ resourceServer: env.get('RESOURCE_SERVER').required().asUrlString() + '/'
45
//
46
// if you use this strategy, you need to add the corresponding env vars to docker-compose
47
0 commit comments