Skip to content

Commit

Permalink
adjust endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrund-tsi committed Jun 23, 2021
1 parent 68520e3 commit 5182972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/useValueSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface IValue {
}

const valueSetApi = axios.create({
baseURL: '',
baseURL: 'dgca-businessrule-service',
headers: { 'Cache-Control': ' max-age=300' }
});

Expand Down

0 comments on commit 5182972

Please sign in to comment.