Skip to content

Commit 1349955

Browse files
committed
Adjust the API interface
1 parent 37cb138 commit 1349955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/mithrandir/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ app.post('/Prod/sailapps/code', async (c) => {
236236
}
237237

238238
let body;
239-
if (c.req.body) {
239+
if (c.req.raw.body) {
240240
body = await c.req.json();
241241
}
242242

0 commit comments

Comments
 (0)