Add support for multiple path matching
All checks were successful
/ build (push) Successful in 4m11s

This commit is contained in:
Dustin Thomas 2025-09-09 19:27:51 -05:00
parent 02ff3ad96f
commit 3fdd22c079
Signed by: cptlobster
GPG key ID: 33D607425C830B4C
4 changed files with 57 additions and 20 deletions

View file

@ -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".