Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter committed Dec 19, 2023
2 parents 3f46b2b + a3af174 commit b8d1348
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions client/src/pages/crowdfunding/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ export const CrowdFunding = () => {
</span>
)}
</button>
<br />
<p className="text-center fs-6">
Pay via UPI at <b>xhunter@upi</b> and drop a mail so I can
add you as a backer :)
</p>
</div>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion client/src/utils/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { BASE_URL } from "../content_option";

const client = axios.create({
baseURL: BASE_URL ? BASE_URL : "http://localhost:8086",
baseURL: BASE_URL ? BASE_URL : "https://api.xhunter.in",
});

export default client;

0 comments on commit b8d1348

Please sign in to comment.