@@ -88,7 +88,6 @@ func (m *Manager) InfusionContext(r *ghttp.Request) (err error) {
var GCtx = &GContext{
RouterRule: &Router{},
}
- r.URL.Path = fmt.Sprintf("%s/", r.URL.Path)
router, err = m.GetRouterRule(r.URL.Path)
if err != nil {
r.SetCtxVar(GContextKey, GCtx)