Reactjs – How to host my react app made from vite into an API made by ocelot?
I have made an API gateway using ocelot which runs on port 8000 and my react app runs on 3000 but when I am trying to redirect it using the API gateway I get error 404 I tried making a…