mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-04-20 02:26:45 +02:00
7 lines
146 B
Lua
7 lines
146 B
Lua
BaseController:subclass("IndexController", {registry = {}})
|
|
|
|
function IndexController:index(...)
|
|
result("Quicktalk API")
|
|
return false
|
|
end
|