Open vladdnepr opened 4 months ago
Return value of getParsedBody must be array. But passed string will cause TypeError
Example
fetch("ENDPOINT", { "headers": { "content-type": "application/json", }, "body": "111", "method": "POST" });
Return value of getParsedBody must be array. But passed string will cause TypeError
Example