20240814#2

This commit is contained in:
User
2024-08-14 21:27:27 +03:00
parent 72d2445bb2
commit 99f78f7362
11 changed files with 14 additions and 15 deletions

View File

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