Skip to content

Commit

Permalink
Merge pull request #212 from MeasureAuthoringTool/feature/MAT-7054
Browse files Browse the repository at this point in the history
MAT-7054 routing elm translation call to FHIR specific service
  • Loading branch information
RohitKandimalla authored Jun 4, 2024
2 parents 06cca21 + 6bdb5fb commit d7cc6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server:
madie:
cql-elm:
service:
base-url: ${ELM_TRANSLATOR_SERVICE_URL:http://localhost:8084/api}
base-url: ${ELM_TRANSLATOR_SERVICE_URL:http://localhost:8084/api/fhir}
effective-data-requirements-uri: /effective-data-requirements
library:
service:
Expand All @@ -31,4 +31,4 @@ okta:
caching:
spring:
libraries:
ttlMillis: 3600000
ttlMillis: 3600000

0 comments on commit d7cc6b7

Please sign in to comment.