ストリーム経由でAPIにリクエストできるように
This commit is contained in:
parent
91791834be
commit
bd3d57a67f
15 changed files with 137 additions and 179 deletions
|
|
@ -35,9 +35,6 @@ import Meta from '../../../models/meta';
|
|||
|
||||
/**
|
||||
* Show core info
|
||||
*
|
||||
* @param {any} params
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
module.exports = (params) => new Promise(async (res, rej) => {
|
||||
const meta: any = (await Meta.findOne()) || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue