We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992fa6c commit cc938ccCopy full SHA for cc938cc
.learn/exercises/07.2-finish-post-todo/README.md
@@ -3,7 +3,6 @@
3
Your code should look like this by now:
4
5
```python
6
-
7
@app.route('/todos', methods=['POST'])
8
def add_new_todo():
9
request_body = request.json
0 commit comments