Skip to content

Commit 99a0a6a

Browse files
authored
Update api.js
1 parent 7a12bd9 commit 99a0a6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/servies/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { updatePic } from "./operations/updateProfile"
22

33
// const BASE_URL = "http://localhost:3000";
4-
const BASE_URL = "https://codegyaan2.onrender.com/api/v1";
4+
const BASE_URL = "https://codegyaan2-rjpc.onrender.com/api/v1";
55

66
//authentication endpoints
77
export const authEndPoints = {
@@ -59,4 +59,4 @@ export const paymentEndpoints = {
5959
order : `${BASE_URL}/payment/order`,
6060
verifypayment : `${BASE_URL}/payment/verifypayment`,
6161
sendVerificationMail : `${BASE_URL}/payment/sendverificationmail`,
62-
}
62+
}

0 commit comments

Comments
 (0)