lunatic-solutions / submillisecond

A lunatic web framework
MIT License
912 stars 18 forks source link

fix router not matching certain paths with / prefix #124

Closed SquattingSocrates closed 1 year ago

SquattingSocrates commented 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