1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/info/controllers/IndexController.lua
Xuan Sang LE 5f5c165f0b fix
2018-08-23 11:43:42 +02:00

11 lines
222 B
Lua

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