Reactjs – Django, React, Axios returning html instead of json data
I am working on a web app with Django Rest Framework and React. When I make a request to Django via http://localhost:8000/api/v1/auth/users/daniel/ for a User's profile, it returns JSON but, instead of returning a response of the userProfile as the…