mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-12-29 02:38:22 +01:00
9 lines
223 B
Lua
9 lines
223 B
Lua
|
require(CONTROLLER_ROOT..".doccontroller")
|
||
|
DocController:subclass("JarvisController", {
|
||
|
path_map = {
|
||
|
vfs_path = "home://doc/jarvis",
|
||
|
local_path = "/home/mrsang/doc/jarvis",
|
||
|
},
|
||
|
name = "jarvis"
|
||
|
})
|