Skip to content

Commit

Permalink
baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnumohanan404 committed Jun 29, 2024
1 parent 3e7fbbd commit fb60e76
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 @@ -5,7 +5,7 @@ export default ({ req }) => {
// We are on the server side render
return axios.create({
baseURL:
"http://ticketing.vishnuverse.xyz/",
"http://ticketing.vishnuverse.xyz",
headers: req.headers,
});
} else {
Expand Down

0 comments on commit fb60e76

Please sign in to comment.