Clean up: Remove unmaintained codes

This commit is contained in:
syuilo
2018-07-25 00:33:48 +09:00
parent c3b3b9b9a6
commit 575da76235
10 changed files with 0 additions and 499 deletions

View File

@ -8,33 +8,6 @@ import Meta from '../../../models/meta';
const pkg = require('../../../../package.json');
const client = require('../../../../built/client/meta.json');
/**
* @swagger
* /meta:
* note:
* summary: Show the misskey's information
* responses:
* 200:
* description: Success
* schema:
* type: object
* properties:
* maintainer:
* description: maintainer's name
* type: string
* commit:
* description: latest commit's hash
* type: string
* secure:
* description: whether the server supports secure protocols
* type: boolean
*
* default:
* description: Failed
* schema:
* $ref: "#/definitions/Error"
*/
/**
* Show core info
*/