cambios importantes

This commit is contained in:
Lizandro Guarnizo
2026-06-13 12:03:30 -05:00
parent dd57cba0e2
commit daf1947f13
3 changed files with 4422 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1
View File
@@ -290,6 +290,7 @@ $routes = [
// ─── Admin: configurador visual del bot ────────────────────────────────
['GET', '/admin/bot-config', fn() => DashboardController::botConfig()],
['GET', '/admin/conversation-flow', fn() => DashboardController::conversationFlow()],
['POST', '/admin/bot-config/save', fn() => (function () {
SessionAuth::require();