Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Commit 18ab57d

Browse files
bug fix
1 parent d788e68 commit 18ab57d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/projects/request.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
method: method.value,
9090
url: url.value,
9191
headers: headers,
92-
body: body
92+
body: JSON.stringify(body)
9393
})
9494
});
9595
result.innerHTML = "";

0 commit comments

Comments
 (0)