reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit b53244c4c77e7acecf4eac3c8f64254340457cd5
parent f98cee3a57a38904d509891b2f804a3b6c04951d
Author: iostpa <iostpa@iostpa.com>
Date:   Tue,  3 Mar 2026 18:06:18 +0200

Hopefully now?

Diffstat:
Mindex.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js @@ -209,7 +209,7 @@ const fastify = Fastify({ await fastify.register(middie); fastify.use(webhookPath, middleware); -await fastify.listen({ port }, () => { +fastify.listen({ port, host }, () => { console.log(`Server is listening for events at: ${localWebhookUrl}`); console.log('Press Ctrl + C to quit.'); });
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror