Is there any problem or is it good practice to use for services URI , listening on the :PORT/CustomPath/ ? the service route is following. I have used it , running production and debug versions in parallel in the same port and it seems to me helpful, a flexible way, to organize services.
It’s supported, tho one of the benefits of hosting on *:port/
is that your relative url’s are from root /
which is more portable when deploying to hosts which also serve from root.