Skip to content

Commit 742bd9a

Browse files
author
xiaolongXL
committed
update document
1 parent 03b6563 commit 742bd9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/day1_express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ app.get('/',function(req,res){
231231
app.post('/someur',function(req,res){
232232
res.send('hello,world');
233233
});
234-
234+
```
235235
### session
236236

237237
一个session就是一系列某用户和服务器间的通讯。服务器有能力分辨出不同的用户。

0 commit comments

Comments
 (0)