Reactjs – why is that during production the api's are returning index.html code?
during the production all the api's are fetched right but i am getting the response as index.html file instead of json data as you can see that i am getting index.html as response while during development i used to get…