Hello everyone!
I'm working on a project with a VueJS frontend and a Api Platform backend. I have set up my VueJS without any problem and it is online.
However, I'd like to host my api using a subfolder. I tried several settings but I always get a 404 error when hitting my-domain.com/api.
My...