MicroWebSrv2 icon indicating copy to clipboard operation
MicroWebSrv2 copied to clipboard

Prevent instance from using WebRoutes

Open quintesse opened this issue 1 year ago • 0 comments

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.

quintesse avatar May 15 '24 10:05 quintesse