Skip to content

Instantly share code, notes, and snippets.

@gloc-mike
Last active December 20, 2019 07:42
Show Gist options
  • Save gloc-mike/03d1b7eda91b3a07ced3c6efa4ce4d34 to your computer and use it in GitHub Desktop.
Save gloc-mike/03d1b7eda91b3a07ced3c6efa4ce4d34 to your computer and use it in GitHub Desktop.
100 Days Web Python Days 9-12 API Star PUT Issue
/Users/michael/.local/share/virtualenvs/06-apis-H3Ei82zf/bin/python /Users/michael/Developer/TalkPython/100-days-of-web-in-python/06-apis/app.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 102-885-790
127.0.0.1 - - [20/Dec/2019 18:39:35] "GET /55/ HTTP/1.1" 200 -
GET car: 55
127.0.0.1 - - [20/Dec/2019 18:40:43] "PUT /55 HTTP/1.1" 302 -
127.0.0.1 - - [20/Dec/2019 18:40:43] "GET /55/ HTTP/1.1" 200 -
GET car: 55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment