wording fix

This commit is contained in:
Karl 2021-02-04 17:29:46 +00:00
parent 97502e8e53
commit 2897a2df4c
2 changed files with 1 additions and 1 deletions

0
UpdateContainer.sh Normal file → Executable file
View File

2
app.js
View File

@ -72,7 +72,7 @@ async function server() {
})
app.listen(port, () => {
console.log(`Example app listening at http://localhost:${port}`)
console.log(`DNS Logger listening at http://localhost:${port}`)
})
}