Add support for multiple path matching
All checks were successful
/ build (push) Successful in 4m11s
All checks were successful
/ build (push) Successful in 4m11s
This commit is contained in:
parent
02ff3ad96f
commit
3fdd22c079
4 changed files with 57 additions and 20 deletions
6
sg1.toml
6
sg1.toml
|
|
@ -4,11 +4,7 @@ from = "a"
|
|||
to = "https://cptlobster.dev"
|
||||
|
||||
[[routes]]
|
||||
from = "b"
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
[[routes]]
|
||||
from = "d"
|
||||
from = ["b", "d"]
|
||||
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
|
||||
|
||||
# This is a simple regex matcher. It will match any string that ends in "ic".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue