commit b53244c4c77e7acecf4eac3c8f64254340457cd5
parent f98cee3a57a38904d509891b2f804a3b6c04951d
Author: iostpa <iostpa@iostpa.com>
Date: Tue, 3 Mar 2026 18:06:18 +0200
Hopefully now?
Diffstat:
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.');
});