Skip to content

Commit 698d890

Browse files
authored
Updated README.md
1 parent eefa3e3 commit 698d890

File tree

1 file changed

+1
-1
lines changed
  • .learn/exercises/07.1-test-post-todo

1 file changed

+1
-1
lines changed

.learn/exercises/07.1-test-post-todo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `07.1` Test your endpoint
22

3-
This is what you have so far about the `POST /todos` endpoint, take some time to analyze each line:
3+
This is what you should have so far for the `POST /todos` endpoint. Take some time to analyze each line and ask questions where needed:
44

55
```python
66
@app.route('/todos', methods=['POST'])

0 commit comments

Comments
 (0)