14 lines
270 B
JSON
14 lines
270 B
JSON
[
|
|
{
|
|
"key": "/",
|
|
"routes": [
|
|
{"action": "App\\Main\\Controllers\\IndexController", "method": "index", "params": ""}
|
|
]
|
|
},
|
|
{
|
|
"key": "[any]",
|
|
"routes": [
|
|
{"action": "App\\Main\\Controllers\\IndexController", "method": "emptyAction", "params": ""}
|
|
]
|
|
}
|
|
] |