Patch getOidc function

This commit is contained in:
Yuqiu Wang
2022-02-22 13:34:41 -06:00
parent 855587e90e
commit 2168bae5d2

View File

@@ -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});