mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
Add redirect_from && redirect_to to router options
+ Also add * for all methods shortcut
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
"priority": "130"
|
||||
},
|
||||
"Redirect Example": {
|
||||
"pattern": "/redirectExample",
|
||||
"file": "account/manage"
|
||||
"redirect_from": "/redirectExample",
|
||||
"redirect_to": "account/manage"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user