From cf5d30a756e53defec9c59b76b6a56967abc9280 Mon Sep 17 00:00:00 2001 From: Axel Axt Date: Tue, 4 Aug 2026 19:44:00 -0300 Subject: [PATCH] Carpeta ajax --- public/ajax/chatbot.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/ajax/chatbot.php diff --git a/public/ajax/chatbot.php b/public/ajax/chatbot.php new file mode 100644 index 0000000..e32112b --- /dev/null +++ b/public/ajax/chatbot.php @@ -0,0 +1,20 @@ + $value) { + + $_ENV[$key] = $value; +} + +/* CONTROLLER */ + +require_once '../../app/controllers/chatBotController.php'; + +$controller = new chatBotController(); + +$controller->responder(); \ No newline at end of file