Skip to content

Commit

Permalink
Update Bottle With Ssl -- https.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleYing authored Jan 22, 2019
1 parent c02d292 commit 594f1e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Bottle With Ssl -- https.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ Then you need to add
srv = SSLWSGIRefServer(host="0.0.0.0", port=8080)
run(server=srv)
```

Run your .py file and type `https://yourdomain/hello...` and you will be pleasantly surprised to find a little lock before url.
Change `@app.route` into `@get`, run your .py file and type `https://yourdomain/hello...` and you will be pleasantly surprised to find a little lock before url.

### Add domain

Add your own domain on your wechat miniprogram public account ( developers domain configuration ).
Add your own domain on your wechat miniprogram public account ( developers domain configuration ).

0 comments on commit 594f1e6

Please sign in to comment.