Clear useless code

pull/1414/head
Louis Lam 2 years ago
parent d32ba7cadd
commit 71af08189e

@ -47,13 +47,6 @@ function myAuthorizer(username, password, callback) {
});
}
/**
* If disabled auth, it does not call `next`.
*/
exports.checkBasicAuth = async (req, res, next) => {
};
exports.basicAuth = async function (req, res, next) {
const middleware = basicAuth({
authorizer: myAuthorizer,

Loading…
Cancel
Save