Fixed incorrect path traversal

This commit is contained in:
Eduard Urbach 2025-03-01 14:27:26 +01:00
parent 7ba55e445e
commit ebcb5fad18
Signed by: eduard
GPG key ID: 49226B848C78F6C8
3 changed files with 42 additions and 6 deletions

View file

@ -45,6 +45,7 @@ data := router.LookupNoAlloc("GET", "/users/42", func(key string, value string)
```
PASS: TestStatic
PASS: TestParameter
PASS: TestMixed
PASS: TestWildcard
PASS: TestMap
PASS: TestMethods