This commit is contained in:
karl.hudgell 2021-02-04 17:35:05 +00:00
commit 63f35f2650
2 changed files with 1 additions and 1 deletions

0
UpdateContainer.sh Normal file → Executable file
View File

2
app.js
View File

@ -79,7 +79,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}`)
})
}