We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c043f commit a340db8Copy full SHA for a340db8
config/application.ts
@@ -2,10 +2,10 @@ import * as Koa from 'koa'
2
import * as kcors from 'kcors'
3
import * as bodyParser from 'koa-bodyparser'
4
import * as logger from 'koa-logger'
5
-import * as KoaCustomResponse from 'koa-custom-response'
+import { KoaCustomResponse } from 'koa-custom-response'
6
import { router } from './routers'
7
import { Environment } from './environments'
8
-import './connection'
+// import './connection'
9
10
export const createServer = async(): Promise<any> => {
11
const app = new Koa()
0 commit comments