Files
rmphp-skeleton/application/config/routes/main/90-main.yaml
2024-05-02 11:29:58 +03:00

14 lines
300 B
YAML

# Index
- key: "/"
routes:
- action: "App\\Main\\Presentation\\Controllers\\IndexController"
method: "index"
params: ""
# Empty
- key: "<@any>"
routes:
- action: "App\\Main\\Presentation\\Controllers\\IndexController"
method: "emptyAction"
params: ""