From ad0fe7d59983538652ee035557753f92c20ac6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gro=C3=9F?= Date: Wed, 24 May 2023 16:36:57 +0200 Subject: [PATCH] Add production API URL --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 2a74196..7b60c26 100644 --- a/src/index.js +++ b/src/index.js @@ -3,7 +3,7 @@ const { STATUS_CODES } = require('http'); const { Webhook, MessageBuilder } = require('discord-webhook-node'); // API endpoint URL to ping -const apiUrl = 'http://127.0.0.1:3080/api/v1/ping'; +const apiUrl = 'https://toho.mnz.gg/api/v1/ping'; // Discord webhook URL to send messages const webhookUrl = 'https://discord.com/api/webhooks/1110880167536099328/GE6T1D81sGFvG08EOMdAo3sL1WIizowu-t78An0L9fcbgL6BAkoH0Lu74rtilS1KJUqO';