Closed SquattingSocrates closed 1 year ago
This should fix the issue with not matching paths like "/" => handler_fn, but I need a bit more testing with sub-routers. So far the queue_todo example with external and internal subrouters seemed to work, but maybe more tests would be good
"/" => handler_fn
This should fix the issue with not matching paths like
"/" => handler_fn
, but I need a bit more testing with sub-routers. So far the queue_todo example with external and internal subrouters seemed to work, but maybe more tests would be good