Skip to content

Commit 02527e9

Browse files
author
csplinter
authoredOct 24, 2019
Update README.md
1 parent 1363636 commit 02527e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ Fire up the engines
4949
```
5050
FLASK_APP=getting_started_with_apollo.py flask run
5151
```
52+
53+
You should be met with the following output
54+
```
55+
* Serving Flask app "getting_started_with_apollo.py"
56+
* Environment: production
57+
WARNING: This is a development server. Do not use it in a production deployment.
58+
Use a production WSGI server instead.
59+
* Debug mode: off
60+
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
61+
```

0 commit comments

Comments
 (0)
Failed to load comments.