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

14 lines
271 B
YAML

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