Skip to content

Commit 81a1e49

Browse files
committed
fix: passing in the body
1 parent fd41bc7 commit 81a1e49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ app.post(
485485
await (transport as StreamableHTTPServerTransport).handleRequest(
486486
req,
487487
res,
488+
req.body,
488489
);
489490
}
490491
} catch (error) {

0 commit comments

Comments
 (0)