Revert fake temp, back to 30s poll
This commit is contained in:
parent
180d7091b8
commit
31c55cce3b
|
|
@ -28,6 +28,7 @@ const sseClients = new Set();
|
||||||
|
|
||||||
// Serve dashboard
|
// Serve dashboard
|
||||||
app.get('/', (req, res) => {
|
app.get('/', (req, res) => {
|
||||||
|
res.set('Cache-Control', 'no-store');
|
||||||
res.sendFile(path.join(__dirname, 'index.html'));
|
res.sendFile(path.join(__dirname, 'index.html'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue