0
yilmaz.atalar created
Hi,
I've created a new api module which will operate for external integration issues. But I want to disable apis that come from framework modules for that api module. (Audit logging, identity-server etc.) How can I achieve this?
Thanks.
5 Answer(s)
-
0
Hi , Try to remove the volo.abp.xxx package in your Project.
-
0
I just want to remove apis, not all abp framework features.
-
0
I mean remove the module package you don't need. You can also using the way in document to disable apis.
-
0
I've added just two abp packages to my project which are:
- Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy
- Volo.Abp.Autofac
and framework apis keep appearing.
-
0
Can you share your project structure and Module Class?