From 05f95884c6aff44e66fc5f26241ff047a9934922 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Fri, 8 Nov 2024 20:51:55 +0000 Subject: [PATCH] docs: document new include api --- docs/docs/API/route/matcher.md | 6 ++++++ 1 file changed, 6 insertions(+) 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}`