Commit 0a53cfe4 authored by zhiyan's avatar zhiyan

amend

parent 2f49b3ac
...@@ -36,7 +36,7 @@ app.get('/wiki/update', function(req, res){ ...@@ -36,7 +36,7 @@ app.get('/wiki/update', function(req, res){
res.end('Hook error') res.end('Hook error')
throw err throw err
} }
res.end(200) res.status(200).end()
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment