From e6b9ad9262066220f54aa93f8491c20e83a8b41f Mon Sep 17 00:00:00 2001 From: Apher Date: Sun, 28 Jun 2026 23:52:01 +0000 Subject: [PATCH] More debug --- src/controllers/intent.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/intent.controller.js b/src/controllers/intent.controller.js index f5b5d8f..3169657 100644 --- a/src/controllers/intent.controller.js +++ b/src/controllers/intent.controller.js @@ -21,7 +21,7 @@ exports.getAllIntents = async (req, res) => { exports.getIntentCommand = async (req, res) => { try { const {text, device_id} = req.body; - console.log(req.body); + console.log(req.body, text, device_id); if (!text || !device_id) { return res.status(400).json({