K-Tyn Tang
Results
1
comments of
K-Tyn Tang
I managed to get around this by adding the following lines of code server.ts `app.use(express.json()) ` httpHandlers.ts > validateRequest ``` schema.parse({ ...req.body, query: req.query, params: req.params, }); ``` and my...