Skip to content

Commit 2e3218a

Browse files
committed
Revert accidental change to sample body data
1 parent 762102e commit 2e3218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ app.get("*", (request, response) => {
4242
.json({
4343
id: "1a4",
4444
url: request.originalUrl,
45-
body: "call_me_hand2:",
45+
body: ":call_me_hand2:",
4646
headers: request.headers,
4747
data: url.parse(request.url, true).query
4848
});

0 commit comments

Comments
 (0)