Skip to content

Commit a156f58

Browse files
save file
1 parent bbe8815 commit a156f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}//request
3838

3939

40-
function post(req){
40+
async function post(req){
4141

4242
var body = '';
4343
for(await data of req)body+=data;

0 commit comments

Comments
 (0)