We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a12bd9 commit 99a0a6aCopy full SHA for 99a0a6a
1 file changed
frontend/src/servies/api.js
@@ -1,7 +1,7 @@
1
import { updatePic } from "./operations/updateProfile"
2
3
// const BASE_URL = "http://localhost:3000";
4
-const BASE_URL = "https://codegyaan2.onrender.com/api/v1";
+const BASE_URL = "https://codegyaan2-rjpc.onrender.com/api/v1";
5
6
//authentication endpoints
7
export const authEndPoints = {
@@ -59,4 +59,4 @@ export const paymentEndpoints = {
59
order : `${BASE_URL}/payment/order`,
60
verifypayment : `${BASE_URL}/payment/verifypayment`,
61
sendVerificationMail : `${BASE_URL}/payment/sendverificationmail`,
62
-}
+}
0 commit comments