summaryrefslogtreecommitdiff
path: root/src/server/web/docs.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-08 03:21:16 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-08 03:21:16 +0900
commit57052013bb4aa98ea72b41311a9ca979797a02cf (patch)
tree8ad2c69c893c6e79e711201495abeba6abcd341f /src/server/web/docs.ts
parentoops (diff)
downloadsharkey-57052013bb4aa98ea72b41311a9ca979797a02cf.tar.gz
sharkey-57052013bb4aa98ea72b41311a9ca979797a02cf.tar.bz2
sharkey-57052013bb4aa98ea72b41311a9ca979797a02cf.zip
:v:
Diffstat (limited to 'src/server/web/docs.ts')
-rw-r--r--src/server/web/docs.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/web/docs.ts b/src/server/web/docs.ts
index 895d58e101..f4d6be885b 100644
--- a/src/server/web/docs.ts
+++ b/src/server/web/docs.ts
@@ -7,10 +7,9 @@ import * as path from 'path';
import ms = require('ms');
import * as Router from 'koa-router';
import * as send from 'koa-send';
-import { Context } from 'cafy';
+import { Context, ObjectContext } from 'cafy';
import * as glob from 'glob';
import * as yaml from 'js-yaml';
-import ObjectContext from 'cafy/built/types/object';
import config from '../../config';
import I18n from '../../misc/i18n';
import { fa } from '../../misc/fa';