0
enio created
I have created a custom module as described here: https://aspnetboilerplate.com/Pages/Documents/Module-System
The module is located in a separate project. Is there a solution to define also an AppService in this custom module so that the endpoint will be listed with swagger?
I have debugged that the application service is actually registered in the DI container. But it seems that neither swagger picks up the AppService nor does the endpoint at all is working (404 code).
Is there some documentation about this requirement somewhere?
Kind regards, Marco
1 Answer(s)
-
0
Hi @enio
Does your app's application module depends on your custom application module ?