Files
rmphp-skeleton/config/routes/90-main.yaml
2024-10-04 03:00:11 +03:00

14 lines
291 B
YAML

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