Prevent instance from using WebRoutes
Opened this issue · 0 comments
quintesse commented
Perhaps there is already a way to do this but reading the docs I couldn't find it. I want to be able to create an instance of MicroWebSrv2
that will not pick up on any @WebRoutes
but will only use routes that I add manually using RegisterRoute()
. But I still want to be able to use @WebRoutes
for another instance I'll be running.