Hello guys! Please help I've been trying to create an embedded node-red app but i cant access the dashboard.
I've used this commands. I already can access the editor but i cant access my created dashboard and i don't where i go wrong
app.use(settings.httpAdminRoot,RED.httpAdmin);
app.use(settings.httpNodeRoot,RED.httpNode);