fix dns headers (HTML)

This commit is contained in:
2026-05-14 16:43:54 -04:00
parent 1fc4763d90
commit 83f29b5047
2 changed files with 9 additions and 3 deletions
+6 -1
View File
@@ -53,6 +53,11 @@ const hbsHelpers = {
}
}
function capitalizeFirstLetter(val) {
return String(val).charAt(0).toUpperCase() + String(val).slice(1);
}
module.exports = {
HBSHelpers: hbsHelpers
HBSHelpers: hbsHelpers,
capitalizeFirstLetter
}