Skip to content

Commit 894c1ac

Browse files
committed
fix(router): fix any method
1 parent c3ba83d commit 894c1ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

router.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ func (router *Router) Methods(methods []string, pattern string, handler Handler)
209209
// Any registers all methods to the given pattern and handler.
210210
func (router *Router) Any(pattern string, handler Handler) {
211211
methods := []string{
212-
http.MethodGet,
213212
http.MethodGet,
214213
http.MethodHead,
215214
http.MethodPost,

0 commit comments

Comments
 (0)