mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-26 17:38:21 +01:00
5 lines
95 B
Lua
5 lines
95 B
Lua
|
BaseController:subclass("TocController")
|
||
|
|
||
|
function TocController:index(...)
|
||
|
return true
|
||
|
end
|