- ABP Framework version: v4.4.0-rc2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Microservice architecture
I created a microservice template solution via ABP Suite, then I added a microservice based on this guide. In this new microservice I have an app service and I wanted the controllers to be generated automatically, so I followed this guide. The controllers are visible in swagger UI in my new microservice direct address only, they are not available in any of the gateways. If I create controllers manually, everything works fine. Do I have to take any additional steps to make the auto controllers visible or do gateways utilise only manually created controllers?
2 Answer(s)
-
0
HI,
Actually this is by design, see: https://github.com/abpframework/abp/issues/1731#issuecomment-529288042.
You need to create api controller in the
HttpApi
project. -
0
This question has been automatically marked as stale because it has not had recent activity.