What I want to achieve is when I use the Angular / C# Web Api project in localhost and developing it I use this url in the Angular app:
http://localhost:5000/api/something
But this isn't working in deployment. I want to use the "/something" or something like that when the frontend and the backend is together.