I setup a reactredux/dotnetcore app with the dotnet new reactredux command. I'm trying to test my API but whenever I try to fetch something, the only thing I get back is the index.html from the react client. Even for endpoints I have not specified.
I have my app running on localhost 5000 and 5001 and for both I get the same result.
Did I forget to set some setting?
Am I using the wrong address? Where can I find the right one?