cambios importantes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -290,6 +290,7 @@ $routes = [
|
|||||||
|
|
||||||
// ─── Admin: configurador visual del bot ────────────────────────────────
|
// ─── Admin: configurador visual del bot ────────────────────────────────
|
||||||
['GET', '/admin/bot-config', fn() => DashboardController::botConfig()],
|
['GET', '/admin/bot-config', fn() => DashboardController::botConfig()],
|
||||||
|
['GET', '/admin/conversation-flow', fn() => DashboardController::conversationFlow()],
|
||||||
|
|
||||||
['POST', '/admin/bot-config/save', fn() => (function () {
|
['POST', '/admin/bot-config/save', fn() => (function () {
|
||||||
SessionAuth::require();
|
SessionAuth::require();
|
||||||
|
|||||||
Reference in New Issue
Block a user