diff --git a/docs/docs/API/route/matcher.md b/docs/docs/API/route/matcher.md index f640fb7f..6165678f 100644 --- a/docs/docs/API/route/matcher.md +++ b/docs/docs/API/route/matcher.md @@ -50,6 +50,12 @@ Match a url beginning with a string, e.g. `"begin:http://www.site.com"` Match a url ending with a string, e.g. `"end:.jpg"` +### include:... + +`{String}` + +Match a url including a string, e.g. `"include:site.com/api"` + ### path:... `{String}`