Skip to content

Commit 2eeec4e

Browse files
committed
fix questionaire path for connectathon
1 parent 8f1851a commit 2eeec4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
fhirServerConfig: {
4242
auth: {
4343
// This server's URI
44-
resourceServer: env.get('RESOURCE_SERVER').required().asUrlString()
44+
resourceServer: env.get('RESOURCE_SERVER').required().asUrlString() + '/'
4545
//
4646
// if you use this strategy, you need to add the corresponding env vars to docker-compose
4747
//

0 commit comments

Comments
 (0)