Commit 83b87a6e by lixinming

Merge branch 'master' of http://123.207.147.179:8888/node_server/zjxcxServer

# Conflicts:
#	serverConfig.xml
parents 1f834465 529b9eda
......@@ -2,9 +2,11 @@
import * as asyncHandler from 'express-async-handler'
import * as adminRouters from './admin'
import * as fuhuaqiRouters from './fuhuaqi'
export function setRouter(httpServer){
//新版本
adminRouters.setRouter(httpServer);
adminRouters.setRouter(httpServer);
fuhuaqiRouters.setRouter(httpServer);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment