Skip to content

Commit cc938cc

Browse files
authored
Update README.md
1 parent 992fa6c commit cc938cc

File tree

1 file changed

+0
-1
lines changed
  • .learn/exercises/07.2-finish-post-todo

1 file changed

+0
-1
lines changed

.learn/exercises/07.2-finish-post-todo/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Your code should look like this by now:
44

55
```python
6-
76
@app.route('/todos', methods=['POST'])
87
def add_new_todo():
98
request_body = request.json

0 commit comments

Comments
 (0)