Clean up
This commit is contained in:
parent
c2a8e29ef9
commit
01e7a01daf
6 changed files with 0 additions and 342 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue