APIドキュメントが見れなくなっているのを修正など (#7500)

* Test api.json

* Fix typo

* Fix api-doc
This commit is contained in:
MeiMei
2021-05-05 19:02:30 +09:00
committed by GitHub
parent 80f8c2de78
commit 588b838deb
5 changed files with 83 additions and 12 deletions

View File

@ -6,7 +6,7 @@ import * as childProcess from 'child_process';
import * as http from 'http';
import loadConfig from '../src/config/load';
const port = loadConfig().port;
export const port = loadConfig().port;
export const async = (fn: Function) => (done: Function) => {
fn().then(() => {