remove unuse code

This commit is contained in:
wjqserver 2025-07-06 18:09:37 +08:00
parent edca87906d
commit 17bab2dcfd
2 changed files with 0 additions and 20 deletions

View file

@ -554,7 +554,6 @@ func NotFound() HandlerFunc {
return func(c *Context) {
engine := c.engine
engine.errorHandle.handler(c, http.StatusNotFound, errors.New("not found"))
return
}
}