From a50dcd684bdd46b4e3cdc3fe0066fbed94c76330 Mon Sep 17 00:00:00 2001 From: greenmg0102 Date: Fri, 20 Mar 2026 09:12:46 -0300 Subject: [PATCH] feat: First-Time Contributor Signal (TC-7) --- CHANGELOG.md | 2 ++ src/index.js | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b42602..9ba3a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,5 @@ All notable changes to this project will be documented in this file. - Config module: database configuration by environment - Production config YAML - Watchflow governance rules + +tried tc-7 test diff --git a/src/index.js b/src/index.js index 7469cfa..06822bf 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,6 @@ app.get('/', (req, res) => { res.json({ message: 'test-watchflow API is running' }); }); - app.get('/health', (req, res) => { res.json({ status: 'ok' }); }); @@ -33,3 +32,5 @@ app.post('/users', (req, res) => { app.listen(PORT, () => { console.log(`Server running on http://localhost:${PORT}`); }); + +