1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00
This commit is contained in:
Xuan Sang LE
2018-09-12 18:30:53 +02:00
parent 9acc7966a8
commit 8550dab61c
4 changed files with 7 additions and 4 deletions

View File

@ -24,6 +24,7 @@ local REGISTRY = {}
REGISTRY.logger = Logger:new{ levels = {INFO = true, ERROR = true, DEBUG = true}}
REGISTRY.db = DBHelper:new{db="mrsang"}
REGISTRY.layout = 'default'
REGISTRY.fileaccess = true
REGISTRY.db:open()
local router = Router:new{registry = REGISTRY}