Type functions
This commit is contained in:
parent
4d4e5cd4dc
commit
69818c9394
96 changed files with 990 additions and 544 deletions
|
@ -28,6 +28,6 @@ export { apiRouter }
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function pong (req, res, next) {
|
||||
function pong (req: express.Request, res: express.Response, next: express.NextFunction) {
|
||||
return res.send('pong').status(200).end()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue