docs: change some http links to https

This commit is contained in:
Pan
2019-04-11 09:42:44 +08:00
parent aa9d48905f
commit 035c7d78f1
5 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ module.exports = app => {
require('@babel/register')
// parse app.body
// http://expressjs.com/en/4x/api.html#req.body
// https://expressjs.com/en/4x/api.html#req.body
app.use(bodyParser.json())
app.use(bodyParser.urlencoded({
extended: true