summaryrefslogtreecommitdiff
path: root/src/server/file
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-09-27 05:50:34 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-09-27 05:50:34 +0900
commit42a14508f6ee3a9aef374e8a8695230b3839dcb2 (patch)
treebb177c017fe1d95796593ea9fca2e639e1035a9b /src/server/file
parentUpdate node version (diff)
downloadsharkey-42a14508f6ee3a9aef374e8a8695230b3839dcb2.tar.gz
sharkey-42a14508f6ee3a9aef374e8a8695230b3839dcb2.tar.bz2
sharkey-42a14508f6ee3a9aef374e8a8695230b3839dcb2.zip
Update dependencies :rocket:
Diffstat (limited to 'src/server/file')
-rw-r--r--src/server/file/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/file/index.ts b/src/server/file/index.ts
index 1cdf5207e4..e6df321d43 100644
--- a/src/server/file/index.ts
+++ b/src/server/file/index.ts
@@ -5,7 +5,7 @@
import * as fs from 'fs';
import * as Koa from 'koa';
import * as cors from '@koa/cors';
-import * as Router from 'koa-router';
+import * as Router from '@koa/router';
import sendDriveFile from './send-drive-file';
// Init app