Rename API endpoints to /tendrils/api/*, detect SSE via Accept header
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
let currentConfig = null;
|
||||
|
||||
function connectSSE() {
|
||||
const evtSource = new EventSource('/api/status/stream');
|
||||
const evtSource = new EventSource('/tendrils/api/status');
|
||||
let heartbeatTimeout = null;
|
||||
|
||||
function resetHeartbeat() {
|
||||
|
||||
Reference in New Issue
Block a user