django-newsletter
django-newsletter copied to clipboard
Unable to call the subscribe api using Axios in React frontend
trafficstars
Calling the url "/
Here is my code:
const formData = new FormData()
formData .append("email_field", "[email protected])
axios.post("/<general-newsletter/subscribe/", formData )
On sending, nothing happens in the backend instead of registering the email as an unactivated subscription.
Please can someone help me with this?