Skip to content

Commit 17f6559

Browse files
committed
fix
1 parent 8fb841a commit 17f6559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { bodyParser } from '@koa/bodyparser'
22
import cors from '@koa/cors'
3-
import Router from '@koa/router'
3+
import { Router } from '@koa/router'
44
import Koa from 'koa'
55
import helmet from 'koa-helmet'
66
import serve from 'koa-static'

0 commit comments

Comments
 (0)