If I put a new url for quartzmin in Scheduler factory properties, it doesnt work. Quartzmin always deploys in webapplication default url overriding it. And that way I cant for example access swagger for my endpoints routes.
I tried to do as you say. I tried to put the url in quartzsection "quartz.plugin.quartzmin.url", "http://localhost:5000". Im using .net core 2.2 btw.
Am I missing something?
Help is really appreciated!