diff --git a/backend/index.js b/backend/index.js index eb93c32..beba75e 100644 --- a/backend/index.js +++ b/backend/index.js @@ -152,6 +152,6 @@ app.post('/api/data', authenticateAPIKey, async (req, res) => { }); app.listen(PORT, '0.0.0.0', () => { - console.log(\`Nexstar Backend running at http://localhost:\${PORT}\`); - console.log(\`Endpoint for n8n: POST http://localhost:\${PORT}/api/data\`); + console.log(`Nexstar Backend running at http://localhost:${PORT}`); + console.log(`Endpoint for n8n: POST http://localhost:${PORT}/api/data`); }); \ No newline at end of file