Skip to content

Commit fdb5630

Browse files
save file
1 parent 1f5f7ca commit fdb5630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog/25-07-24/http-server/ex/login-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
for await(data of req)body+=data;
4444
var params = new URLSearchParams(body);
4545
var json = Object.fromEntries(params);
46+
console.log(json);
4647
return json;
4748

4849
}//read

0 commit comments

Comments
 (0)