Cleanup express locals typings
This commit is contained in:
parent
e65c0c5b1f
commit
dae86118ed
45 changed files with 270 additions and 234 deletions
|
@ -41,6 +41,6 @@ export { apiRouter }
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function pong (req: express.Request, res: express.Response, next: express.NextFunction) {
|
||||
function pong (req: express.Request, res: express.Response) {
|
||||
return res.send('pong').status(200).end()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue