var found = false; for (let auth of apiKeys) { if (auth.key ... if (found) next(); else { res.send(401, new Error("Not authenticated")); error('Failed ...
確定! 回上一頁