go-chi / chi

Fix `Mux.Find` not correctly handling nested routes (#954)
* Fix Mux.Find not correctly handling nested routes * Add more test cases for TextMuxFind * Fix Mux.Find returning partial path for failing cases
Joseph Riddle Joseph Riddle committed on Sep 26, 2024, 05:44 PM
Showing 2 changed files +60 additions -11 deletions
M mux.go +14 -7
M mux_test.go +46 -4
Browse files at this commit โ†’