feat: adicionar painel Agentes BrainSteel Web (Scout, Designer, Outreach, Orchestrator)
This commit is contained in:
@@ -246,7 +246,7 @@ app.post('/api/open-navigation', (req, res) => {
|
||||
});
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.sendFile(path.join(__dirname, 'public', 'index-premium.html'));
|
||||
res.sendFile(path.join(__dirname, 'public', 'index-new.html'));
|
||||
});
|
||||
|
||||
// Serve old interface
|
||||
|
||||
Reference in New Issue
Block a user