Skip to content

Commit

Permalink
Updated the client with new baseUrl for making request from inside a …
Browse files Browse the repository at this point in the history
…container.
  • Loading branch information
alwinsimon committed Oct 29, 2023
1 parent 1cfecd5 commit b05e0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/api/build-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default ({ req }) => {

return axios.create({
baseURL:
"http://ingress-nginx-controller.ingress-nginx.svc.cluster.local",
"http://bms.alwinsimon.com/",
headers: req.headers,
});
} else {
Expand Down

0 comments on commit b05e0f1

Please sign in to comment.