Skip to content

Commit

Permalink
Merge pull request #22 from Gravitate-Health/18-change-lens-selector-…
Browse files Browse the repository at this point in the history
…to-fhir-ips-server

Changed the FHIR server where lenses are deployed
  • Loading branch information
aalonsolopez authored Oct 7, 2024
2 parents df64018 + 96dfb44 commit 168b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/lensesController.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Response, Request } from "express";
import { Logger } from "../utils/Logger";

const fhirIpsURL = process.env.BASE_URL + "/ips/api/fhir"
const fhirIpsURL = process.env.BASE_URL + "/epi/api/fhir"

const retrieveLensesNames = async () => {
try {
Expand Down

0 comments on commit 168b428

Please sign in to comment.