b7194103e3
* Fix for Node SSR with Express JSON middleware fails on POST * Removed the unwanted setting of the req property * Removed the unwanted setting of the req property * Removed the unwanted setting of the req property * Fixed the if statement to not break the existing logic and unit test * Cleaned up the if statement * Changed to better solution from Geoffrey-Pliez * Added class NodeIncomingMessage with body defined as any --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
5 lines
95 B
Markdown
5 lines
95 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Updated to fix the Node SSR fails on POST with Express JSON middleware
|