mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-22 21:35:56 +02: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