fix: base service bug

This commit is contained in:
xiaojunnuo
2023-05-01 21:53:28 +08:00
parent 0a946f55ca
commit 0fca7dc3ce
2 changed files with 3 additions and 7 deletions
@@ -4,7 +4,6 @@ import * as previewConfig from './config/config.preview';
import * as defaultConfig from './config/config.default';
import { Configuration, App } from '@midwayjs/decorator';
import * as koa from '@midwayjs/koa';
import * as bodyParser from 'koa-bodyparser';
import * as orm from '@midwayjs/typeorm';
import * as cache from '@midwayjs/cache';
import * as cors from '@koa/cors';