bunrouter
bunrouter copied to clipboard
Bug: NotFound handler was called although route exists
📄 What has changed
There was a bug in the _findRoute method of the file node.go. Please see the adjusted test TestMethodNotAllowed in router_test.go as an example.
✅ Before submitting, please be sure to check this list
- [x] your branch will not cause merge conflict with main branch
- [x] unit tests are included
- [x] the CHANGELOG has been updated
- [x] you are not committing extraneous files or sensitive data
Hi @vmihailenco, is this project still actively maintained? If yes, it would be nice if someone could have a look at my PR.