Base solution for your next web application
Open Closed

ApplicationService and Dynamic Web API #6263


User avatar
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?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Currently not implemented (requires a lot of changes)