Indentation.
This commit is contained in:
parent
6d63d42e88
commit
9b4b17b326
@ -93,9 +93,12 @@ async function initWebchatRouter (options: RegisterServerOptions): Promise<Route
|
|||||||
})
|
})
|
||||||
|
|
||||||
changeHttpBindRoute(options, null)
|
changeHttpBindRoute(options, null)
|
||||||
router.all('/http-bind', bodyParser.raw({ type: 'text/xml' }), (req: Request, res: Response, next: NextFunction) => {
|
router.all('/http-bind',
|
||||||
httpBindRoute(req, res, next)
|
bodyParser.raw({ type: 'text/xml' }),
|
||||||
})
|
(req: Request, res: Response, next: NextFunction) => {
|
||||||
|
httpBindRoute(req, res, next)
|
||||||
|
}
|
||||||
|
)
|
||||||
return router
|
return router
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user