20240719#1

This commit is contained in:
User
2024-07-19 13:38:34 +03:00
parent 858dfd17c0
commit 40e771f1f2
7 changed files with 23 additions and 18 deletions

View File

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