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

Update frontend to Booklet v0.2.x format

This commit is contained in:
lxsang 2020-09-15 12:33:51 +02:00
parent 6f5e79e8a5
commit 04b2ab0444
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
require(CONTROLLER_ROOT..".doccontroller")
DocController:subclass("AntosController", {
path_map = {
vfs_path = "home://doc/antos",
vfs_path = "book://",
local_path = "/home/mrsang/doc/antos",
api_path = "/opt/www/htdocs/doc/antos"
},

View File

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