add fix
This commit is contained in:
parent
339360ccaa
commit
9587f18025
@ -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'}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user