Commit c4e8922b authored by Bilal's avatar Bilal

Use new backend

parent e7869fd6
Pipeline #9483 canceled with stage
...@@ -53,7 +53,7 @@ const TelepayForm = () => { ...@@ -53,7 +53,7 @@ const TelepayForm = () => {
e.preventDefault(); e.preventDefault();
try { try {
const response = await fetch('https://ivrnet-payment-backend.onrender.com/', { const response = await fetch('https://ivrnet-payment-backend.onrender.com/api/data', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment