20230818#1

This commit is contained in:
User
2023-08-18 02:15:16 +03:00
parent 19b505a458
commit 4ea833db5a
10 changed files with 10 additions and 41 deletions

View File

@@ -1,14 +0,0 @@
[
{
"key": "/",
"routes": [
{"action": "App\\Main\\Controllers\\IndexController", "method": "index", "params": ""}
]
},
{
"key": "[any]",
"routes": [
{"action": "App\\Main\\Controllers\\IndexController", "method": "emptyAction", "params": ""}
]
}
]