Init
This commit is contained in:
12
config/routes/main.yaml
Normal file
12
config/routes/main.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
- key: "/"
|
||||
routes:
|
||||
- action: "App\\Main\\Controllers\\IndexController"
|
||||
method: "index"
|
||||
params: ""
|
||||
|
||||
# Empty
|
||||
- key: "[any]"
|
||||
routes:
|
||||
- action: "App\\Main\\Controllers\\IndexController"
|
||||
method: "emptyAction"
|
||||
params: ""
|
||||
Reference in New Issue
Block a user