This commit is contained in:
jincheng9
2021-12-03 14:49:51 +08:00
committed by GitHub
parent 0be805a675
commit 504ec594f8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ type Engine struct {
var _ IRouter = &Engine{}
// New returns a new blank Engine instance without any middleware attached.
// By default the configuration is:
// By default, the configuration is:
// - RedirectTrailingSlash: true
// - RedirectFixedPath: false
// - HandleMethodNotAllowed: false