|
@ -415,7 +415,7 @@ cors(corsOptions), (req, res, next) => { |
|
|
// ***************************************************
|
|
|
// ***************************************************
|
|
|
|
|
|
|
|
|
function getSHA256ofJSON(input){ |
|
|
function getSHA256ofJSON(input){ |
|
|
return crypto.createHash('sha256').update(JSON.stringify(input)).digest('hex') |
|
|
return require("crypto").createHash("sha256").update(JSON.stringify(input)).digest("hex"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|