diff --git a/backend/routes/launcherRemote.ts b/backend/routes/launcherRemote.ts index 0f7f1a9..70cb487 100644 --- a/backend/routes/launcherRemote.ts +++ b/backend/routes/launcherRemote.ts @@ -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;