fix(routes): complete post-refactor dependency wiring cleanup
This commit is contained in:
@@ -152,7 +152,7 @@ module.exports = function({
|
||||
throw new ValidationError('subdomain is required');
|
||||
}
|
||||
|
||||
let content = await caddy.read();
|
||||
const content = await caddy.read();
|
||||
const domain = buildDomain(subdomain);
|
||||
|
||||
const blockRegex = new RegExp(`(${domain.replace('.', '\\.')}\\s*\\{[^}]*\\})`, 's');
|
||||
|
||||
Reference in New Issue
Block a user