fix labels SSE paths
This commit is contained in:
parent
28b9492cb3
commit
65e5cf97fc
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ async function sync() {
|
|||
|
||||
let eventSource;
|
||||
try {
|
||||
eventSource = new EventSource("/twitch/sse/" + label);
|
||||
eventSource = new EventSource("/twitch/sse/labels/" + label);
|
||||
} catch (err) {
|
||||
console.error("Failed to connect to event source", err);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue