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

Merge pull request #10 from lxsang/master

add jarvis controller
This commit is contained in:
Xuan Sang LE 2020-09-13 17:28:32 +02:00 committed by GitHub
commit 8de304f2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
})