diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-08 03:21:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-08 03:21:16 +0900 |
| commit | 57052013bb4aa98ea72b41311a9ca979797a02cf (patch) | |
| tree | 8ad2c69c893c6e79e711201495abeba6abcd341f /src/server/web/docs.ts | |
| parent | oops (diff) | |
| download | sharkey-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.ts | 3 |
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'; |