Skip to content

Commit

Permalink
docs: document new include api
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Nov 8, 2024
1 parent 02f880c commit 05f9588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/API/route/matcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`
Expand Down

0 comments on commit 05f9588

Please sign in to comment.