Files
rmphp-skeleton/config/routes/main/09-main.yaml
2024-04-12 03:18:04 +03:00

14 lines
272 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: ""