DeltaCMS/src/Modules/Index/index.json

20 lines
333 B
JSON

{
"routes": {
"route_name": {
"path": "/",
"controller": "\\Index\\Controller\\IndexController",
"function": "index"
},
"route_name2": {
"path": "/test/{slug}/",
"controller": "\\Index\\Controller\\IndexController",
"function": "test",
"args": {
"slug": {
"regex": "/[a-z]+/"
}
}
}
}
}