Ice3man543 2021-02-16 15:29:14 +05:30
parent f1dc89fd14
commit f98d229738
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
func (r *Request) Match(data map[string]interface{}, matcher *matchers.Matcher) bool {
partString := matcher.Part
switch partString {
case "body", "raw", "all", "":
case "body", "all", "":
partString = "data"
}