fix: getNamespace error

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-10-17 15:56:15 +08:00
parent 9380fd6ec6
commit 1f60ee9353
5 changed files with 12 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
import { httpGet as get, httpPost as post } from 'inversify-express-utils'
export * from './decorators'
export * from './activation'
export * from 'inversify-express-utils'
export { get, post }