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

12 lines
262 B
YAML

- key: "/"
routes:
- action: "App\\Main\\Controllers\\IndexController"
method: "index"
params: ""
# Empty
- key: "[any]"
routes:
- action: "App\\Main\\Controllers\\IndexController"
method: "emptyAction"
params: ""