APIドキュメントが見れなくなっているのを修正など (#7500)
* Test api.json * Fix typo * Fix api-doc
This commit is contained in:
parent
80f8c2de78
commit
588b838deb
5 changed files with 83 additions and 12 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue