You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.