result count

This commit is contained in:
CHIEFSOFT\ameye
2024-03-26 11:09:16 -04:00
parent 72a5adbea9
commit 05088131cf
+2 -1
View File
@@ -57,7 +57,8 @@ app.get('/videos/:filename', (req, res)=>{
"result": result.rows,
"total_record": result.rowCount
}
console.log(result.rows);
console.log("THIS IS RESULT --> ",result.rows[0]);
console.log("THIS IS RESULT COUNT --> ",result.rowCount);
} catch (e) {
}
});