1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

add jarvis controller

This commit is contained in:
lxsang 2020-09-13 17:27:42 +02:00
parent a45b1ef9f0
commit c35ac93a42

View File

@ -0,0 +1,8 @@
require(CONTROLLER_ROOT..".doccontroller")
DocController:subclass("JarvisController", {
path_map = {
vfs_path = "home://doc/jarvis",
local_path = "/home/mrsang/doc/jarvis",
},
name = "jarvis"
})