Add production API URL

This commit is contained in:
2023-05-24 16:36:57 +02:00
parent a6daaf4dd6
commit ad0fe7d599

View File

@@ -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';