Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed May 29, 2024
1 parent 7ece63e commit 6c99f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/launcherRemote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default (req: Request, res: Response) => {
client_type: "public",
})

const iss = new URL("/v/r" + ver + "/fhir" + sim + "/fhir", getRequestBaseURL(req))
const iss = new URL("/v/r" + ver + "/sim/" + sim + "/fhir", getRequestBaseURL(req))

// Make sure we use the correct iss protocol, depending on the launch_uri
iss.protocol = launch_uri.protocol;
Expand Down

0 comments on commit 6c99f5b

Please sign in to comment.