1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 17:19:47 +02:00
This commit is contained in:
Xuan Sang LE
2018-08-23 11:43:42 +02:00
parent b07da22b52
commit 5f5c165f0b
13 changed files with 166 additions and 5 deletions

View File

@ -0,0 +1,10 @@
IndexController = BaseController:extends{
class = "IndexController",
registry = {},
models = { "sections", "user", "category" }
}
function IndexController:index(...)
local args = {...}
return true
end