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