Added logging

master
Keith Irwin 2021-12-26 16:12:42 -07:00
parent ee040ddbad
commit e9f4942f92
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 0 deletions

View File

@ -66,4 +66,5 @@ app.post('/', async (req, res) => {
app.listen(PORT, () => {
console.log(`API listening on ${PORT}`)
console.log(`Secret: ${process.env.HCAPTCHA_SECRET}`)
})