© 2026 LUNAR PROJECTS. All rights reserved.

© 2026 LUNAR PROJECTS. All rights reserved.

🌙

LUNA

Lunar Projects · Online

Luna 🤖
fetch('https://prueba-1-n8n.l48mcy.easypanel.host/webhook/luna-chat', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ message, sessionId }) }) .then(res => res.json()) .then(data => { if(data && data.message) addMessage(data.message, false); else addMessage("Error conectando con Luna 😓", false); }) .catch(err => addMessage("Error conectando con Luna 😓", false));