Files
rmphp-skeleton/config/routes/main.json
2023-05-29 03:04:33 +03:00

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": ""}
]
}
]