mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-13 04:19:47 +01: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