diff --git a/src/routes.js b/src/routes.js index 78c356bc..1fa7811c 100644 --- a/src/routes.js +++ b/src/routes.js @@ -2063,6 +2063,10 @@ module.exports = async ( * @typedef {import('express-serve-static-core').RequestHandler

} RequestHandler */ + /** + * @typedef {import('express').Application} Application + */ + const ap = /** @type {Application} */ (app) /**