1
0
Fork 0

Normalize request path

Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
Kevin Pollet 2025-05-23 15:10:05 +02:00 committed by GitHub
parent b669981018
commit 08d5dfee01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 504 additions and 17 deletions

View file

@ -48,7 +48,7 @@ func NewMuxer() (*Muxer, error) {
}
return &Muxer{
Router: mux.NewRouter().SkipClean(true),
Router: mux.NewRouter().UseRoutingPath().SkipClean(true),
parser: parser,
}, nil
}