linked watched cases for all personnas
This commit is contained in:
@@ -106,7 +106,7 @@ import { other_pdf } from "../../../components/pdftemplates/other_pdf";
|
||||
|
||||
export default function handler(req, res) {
|
||||
var checkHash = req.query.hash;
|
||||
let reqBodyobj = JSON.parse(req.body);
|
||||
let reqBodyobj = req.body; //JSON.parse(req.body);
|
||||
|
||||
console.log(
|
||||
"//////////////////////\nreqBodyobj" +
|
||||
|
||||
Reference in New Issue
Block a user