20240502#1
This commit is contained in:
13
application/config/routes/main/90-main.yaml
Normal file
13
application/config/routes/main/90-main.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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: ""
|
||||
Reference in New Issue
Block a user