Commit 3c9ff70d by lixinming

no message

parent ccd4ce71
...@@ -39,7 +39,7 @@ export class httpServer { ...@@ -39,7 +39,7 @@ export class httpServer {
httpServer.use(watch); httpServer.use(watch);
httpServer.use(bodyParser.json({limit:"5000kb"})); httpServer.use(bodyParser.json({limit:"5000kb"}));
routers.setRouter(httpServer); routers.setRouter(httpServer);
routers.setAdditionalRouter(httpServer);//测试 routers.setAdditionalRouter(httpServer);
httpServer.use(httpErrorHandler); httpServer.use(httpErrorHandler);
httpServer.listen(port); httpServer.listen(port);
......
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