Skip to content

Commit

Permalink
Merge pull request #292 from alwinsimon/v1
Browse files Browse the repository at this point in the history
V1
  • Loading branch information
alwinsimon authored Oct 29, 2023
2 parents b73b089 + 24ed3d0 commit d44c223
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 d44c223

Please sign in to comment.