Add redirect_from && redirect_to to router options

+ Also add * for all methods shortcut
This commit is contained in:
slawkens
2023-02-03 12:18:35 +01:00
parent 7d38945e8d
commit 63d2c5c6b5
5 changed files with 53 additions and 27 deletions

View File

@@ -41,8 +41,8 @@
"priority": "130"
},
"Redirect Example": {
"pattern": "/redirectExample",
"file": "account/manage"
"redirect_from": "/redirectExample",
"redirect_to": "account/manage"
}
}
}