This commit is contained in:
syuilo
2020-02-06 23:27:47 +09:00
parent c2a8e29ef9
commit 01e7a01daf
6 changed files with 0 additions and 342 deletions

View File

@@ -10,7 +10,6 @@ import * as send from 'koa-send';
import * as favicon from 'koa-favicon';
import * as views from 'koa-views';
import docs from './docs';
import packFeed from './feed';
import { fetchMeta } from '../../misc/fetch-meta';
import { genOpenapiSpec } from '../api/openapi/gen-spec';
@@ -84,7 +83,6 @@ router.get('/robots.txt', async ctx => {
//#endregion
// Docs
router.use('/docs', docs.routes());
router.get('/api-doc', async ctx => {
await send(ctx as any, '/assets/redoc.html', {
root: client