Commit 0ef9f5e3 by chenjinjing

no message

parent 8257ca27
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* 总路由入口 * 总路由入口
*/ */
import * as mysqlRouter from './mysqlRouter'; import * as huolandeRouter from './huolande';
export function setRouter(httpServer){ export function setRouter(httpServer){
mysqlRouter.setRouter(httpServer); huolandeRouter.setRouter(httpServer);
} }
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