Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Move the measure endpoint to not conflict with FHIR STU3
Browse files Browse the repository at this point in the history
  • Loading branch information
eedrummer committed Oct 24, 2016
1 parent d411dc1 commit 41c88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/measure.js
Expand Up @@ -9,7 +9,7 @@ import {
export function fetchMeasures() {
return {
type: FETCH_MEASURES,
payload: retrieve("/Measure")
payload: retrieve("/CQMMeasure")
};
}

Expand Down

0 comments on commit 41c88c1

Please sign in to comment.