0
aprsystem created
I'm using ASP.NET Core. I have several ApplicationServices in one application project and I need to have different addresses for them between /api/services/ and service name.
For example, I have services AaApplicationService BbApplicationService CcApplicationService and I would like to have addresses for them /api/services/app/test1/test11/Aa /api/services/app/test1/test11/Bb /api/services/app/test2/Cc
How to do it?