How to set up ASP.NET app to serve SPA and proxy API requests to another service with ocelot?
I’m developing a distributed system and have an ASP.NET Core application that should serve a Single Page Application (SPA) to the client. All HTTP requests from this SPA should go back to this ASP.NET Core application but should be proxied to another backend service.