Skip to content

Commit a4a3c71

Browse files
authored
Update README.md
1 parent bbd86dd commit a4a3c71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.learn/exercises/04-runnig-flask/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `04` Demo your API!
22

3-
Go ahead and check your API endpoint by typing this URL on your browser, and you should see the `Hello!` message like this:
3+
Go ahead and check your API endpoint by adding `/todos` after the URL you got from running the Flask application, and you should see the `Hello!` message like this:
44

55
![Demo your API](../../assets/check-live.gif?raw=true)
66

@@ -20,4 +20,3 @@ If running locally:
2020
https://localhost:3245/todos
2121
```
2222

23-

0 commit comments

Comments
 (0)