More debug
This commit is contained in:
parent
2c0225b34d
commit
e6b9ad9262
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user