From e9f4942f923e9e45a3f9778ed3ea28953782d9a1 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 26 Dec 2021 16:12:42 -0700 Subject: [PATCH] Added logging --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 8290e80..d5e1144 100644 --- a/index.js +++ b/index.js @@ -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}`) })