mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-14 04:49:46 +01:00
feature: router aliases
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"routes": {
|
||||
"First Route": {
|
||||
"pattern": "/YourAwesomePage",
|
||||
"pattern": "/YourAwesomePage/{name:string}/{page:int}",
|
||||
"file": "plugins/your-plugin/your-awesome-page.php",
|
||||
"method": "GET",
|
||||
"priority": "130"
|
||||
|
||||
Reference in New Issue
Block a user