Skip to content

Commit

Permalink
Dubey | 000 | Change valeuset URL to be the controller url
Browse files Browse the repository at this point in the history
  • Loading branch information
mddubey committed Nov 23, 2020
1 parent 0729cd7 commit f80f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/apiCalls/loadPurposeAndHiTypeConfigs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defaultHeaders } from '../../constants';

const loadPurposeAndHiTypeValueSets = () => apiWrapper(
'get',
'/ValueSet/valuesets.json',
'/ValueSet',
{},
{
...defaultHeaders,
Expand Down

0 comments on commit f80f092

Please sign in to comment.