示例#1
0
async def get_system_conf_info(request):
    info = au.get_system_conf_info(json=True)
    return web.json_response(info)
示例#2
0
async def get_system_conf_info(request):
    info = au.get_system_conf_info(json=True)
    global filerouter
    return web.json_response(info)