refactor(baseRouter.js): Adjust style fit standard

This commit is contained in:
BoHong Li 2017-04-12 06:14:30 +08:00 committed by Raccoon Li
parent a7e3c4d535
commit 34c9f07669
1 changed files with 0 additions and 1 deletions

View File

@ -20,4 +20,3 @@ baseRouter.get('/404', function (req, res) {
baseRouter.get('/500', function (req, res) {
response.errorInternalError(res)
})