Commit de83f4a5 authored by ml's avatar ml

######

parent 518af5e9
...@@ -38,7 +38,6 @@ else { ...@@ -38,7 +38,6 @@ else {
app.use(apiRouterV1); app.use(apiRouterV1);
app.use('/admin/v1', apiRouterV1);
//启动Server //启动Server
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
"@madex/ex-js-common": "git+ssh://git@bitbucket.org:biiigle/ex-js-common.git#master", "@madex/ex-js-common": "git+ssh://git@bitbucket.org:biiigle/ex-js-common.git#master",
"@madex/ex-js-public": "git+ssh://git@bitbucket.org:biiigle/ex-js-public.git#master", "@madex/ex-js-public": "git+ssh://git@bitbucket.org:biiigle/ex-js-public.git#master",
"@madex/ex-ts-dao": "*", "@madex/ex-ts-dao": "*",
"@madex/ex-ts-dao": "0.0.9",
"@types/errorhandler": "^1.5.3", "@types/errorhandler": "^1.5.3",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/morgan": "^1.9.9", "@types/morgan": "^1.9.9",
......
...@@ -35,7 +35,6 @@ const postFunc = { ...@@ -35,7 +35,6 @@ const postFunc = {
'spotpair/list': spotPairCtrl.list, 'spotpair/list': spotPairCtrl.list,
'coinType/add': coinTypeCtrl.add, 'coinType/add': coinTypeCtrl.add,
'coinType/list': coinTypeCtrl.list, 'coinType/list': coinTypeCtrl.list,
};
'acl/user/add': aclUserCtrl.add, 'acl/user/add': aclUserCtrl.add,
'acl/user/list': aclUserCtrl.list, 'acl/user/list': aclUserCtrl.list,
......
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