Hi,
I've added Abp's Quartz module to use Quartz as a background service. And I'm using default sql persistence options given in the abp's quartz documentation. But an error keeps appearing while initializing the application. I guess a background job from abp's identity server module causes the error (Application runs fine without sql persistence). Thanks for your help.
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.