add fix
This commit is contained in:
parent
339360ccaa
commit
9587f18025
@ -68,7 +68,7 @@ let ttsUrl = 'https://%s/api/tts';
|
|||||||
function startHeartbeat(streamerID) {
|
function startHeartbeat(streamerID) {
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
try {
|
try {
|
||||||
await fetch(widgetUrl + '/update-streamer-online/' + streamerID, {
|
await fetch(widgetUrl + '/widget/update-streamer-online/' + streamerID, {
|
||||||
method: 'PUT',
|
method: 'PUT',
|
||||||
headers: {'Content-Type': 'application/json'}
|
headers: {'Content-Type': 'application/json'}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user