Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiran committed Dec 18, 2020
1 parent 3d37b7b commit 7433f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/internal/handler/route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func (h *Handler) ApplyRoute(r *gin.Engine) {
wrapper.InputType(reflect.TypeOf(BatchDelete{}))))

r.GET("/apisix/admin/notexist/routes", consts.ErrorWrapper(Exist))

}

type GetInput struct {
Expand Down

0 comments on commit 7433f52

Please sign in to comment.