diff --git a/server/index.js b/server/index.js index 23332eb..f967734 100644 --- a/server/index.js +++ b/server/index.js @@ -75,7 +75,7 @@ function logging(req, res, next) { next(); } -async function getOidc(req, res) { +async function getOidc(req, res, next) { try { const authEndpoint = await getOidcEndpoint(); res.json({authEndpoint});