mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 17:19:47 +02:00
fix
This commit is contained in:
10
info/controllers/IndexController.lua
Normal file
10
info/controllers/IndexController.lua
Normal file
@ -0,0 +1,10 @@
|
||||
IndexController = BaseController:extends{
|
||||
class = "IndexController",
|
||||
registry = {},
|
||||
models = { "sections", "user", "category" }
|
||||
}
|
||||
|
||||
function IndexController:index(...)
|
||||
local args = {...}
|
||||
return true
|
||||
end
|
Reference in New Issue
Block a user