I am using django with react, and this is what shows me after executing create_payment function : POST http://127.0.0.1:3000/baseURL/api/invoice 404 (Not Found) How should i fix it ?
I am using django with react, and this is what shows me after executing create_payment function :
POST http://127.0.0.1:3000/baseURL/api/invoice 404 (Not Found)
How should i fix it ?