fix gestor de contenido, wip reproductor y diseño

This commit is contained in:
Abraham
2026-01-12 16:36:47 -08:00
parent 1a1049b653
commit 854a0940ae
11 changed files with 159 additions and 222 deletions

View File

@@ -12,7 +12,7 @@ const String apiGatewayUrl = 'https://cbl.cbluna-dev.com/uapi/lu/api';
const String n8nUrl = 'https://u-n8n.cbluna-dev.com/webhook';
const bearerApiGateway = "Basic YWlyZmxvdzpjYiF1bmEyMDIz";
const int organizationId = 10;
const int organizationId = 17;
const String lectoresUrl = 'https://lectoresurbanos.com/';
const themeId = String.fromEnvironment('themeId', defaultValue: '2');