Skip to content

Commit

Permalink
. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrund-tsi authored Jul 2, 2021
1 parent 31bc02c commit 98ef0ee
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: 'dgca-businessrule-service',
baseURL: '/dgca-businessrule-service',
headers: { 'Cache-Control': ' max-age=300' }
});

Expand Down

0 comments on commit 98ef0ee

Please sign in to comment.