What I want to achieve is a basic JHipster Project with the FrontEnd (in my case Angular) that is served by not the default /
but from the /something-else
.
This because I want to place some other content inside the /
.
I've seen this similar question: How to set base url for Angular application but it didn't help me.
I would like to set that behavior for all the profiles: dev/prod/etc.