Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ python webapp/run.py
```
In flask, Default port is `5000`

Swagger document page: `http://127.0.0.1:5000/api`
Swagger document page: `http://127.0.0.1:5000`

### Run flask for production

Expand Down Expand Up @@ -169,4 +169,4 @@ Tutorial
- Version 2.1 : add OAuth extension: FLASK-OAuth, and google oauth example
- Version 2.0 : add SQL ORM extension: FLASK-SQLAlchemy
- Version 1.1 : update nosetest
- Version 1.0 : basic flask-example with Flask-Restplus, Flask-Tesintg
- Version 1.0 : basic flask-example with Flask-Restplus, Flask-Tesintg