mirror of https://github.com/status-im/codimd.git
refactor(baseRouter.js): Adjust style fit standard
This commit is contained in:
parent
a7e3c4d535
commit
34c9f07669
|
@ -20,4 +20,3 @@ baseRouter.get('/404', function (req, res) {
|
|||
baseRouter.get('/500', function (req, res) {
|
||||
response.errorInternalError(res)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue