This commit is contained in:
harold 2025-05-15 10:23:40 +05:00
parent 339360ccaa
commit 9587f18025

View File

@ -68,7 +68,7 @@ let ttsUrl = 'https://%s/api/tts';
function startHeartbeat(streamerID) {
setInterval(async () => {
try {
await fetch(widgetUrl + '/update-streamer-online/' + streamerID, {
await fetch(widgetUrl + '/widget/update-streamer-online/' + streamerID, {
method: 'PUT',
headers: {'Content-Type': 'application/json'}
});