Open Closed

How to disable framework modules' api? #104


User avatar
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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi , Try to remove the volo.abp.xxx package in your Project.

  • User Avatar
    0
    yilmaz.atalar created

    I just want to remove apis, not all abp framework features.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I mean remove the module package you don't need. You can also using the way in document to disable apis.

  • User Avatar
    0
    yilmaz.atalar created

    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.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Can you share your project structure and Module Class?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11