Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit ae17a50

Browse files
committed
Add simple / endpoint that will work for a healthcheck
1 parent bb1e4fa commit ae17a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ app.use(bodyParser.urlencoded({
99
extended: true
1010
}));
1111

12+
app.get('/', function (req, res) { res.send("OK") })
1213
app.post('/events', router.firehose.rx);
1314
app.get('/events', cors(), router.firehose.tx);
1415

0 commit comments

Comments
 (0)