Commit 529b9eda by 孙香冬

no message

parent 69e71289
<config> <config>
<port>30001</port> <port>30001</port>
<mongodb>mongodb://192.168.12.79:27017/adminDB?w=1&wtimeoutMS=30000</mongodb> <!-- <mongodb>mongodb://192.168.12.79:27017/adminDB?w=1&amp;wtimeoutMS=30000</mongodb> -->
<mongodb>mongodb://127.0.0.1:27017/adminDB</mongodb>
</config> </config>
\ No newline at end of file
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
import * as asyncHandler from 'express-async-handler' import * as asyncHandler from 'express-async-handler'
import * as adminRouters from './admin' import * as adminRouters from './admin'
import * as fuhuaqiRouters from './fuhuaqi'
export function setRouter(httpServer){ export function setRouter(httpServer){
//新版本 //新版本
adminRouters.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