File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.learn/exercises/04-runnig-flask Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # ` 04 ` Demo your API!!
1+ # ` 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 typing this URL on your browser, and you should see the ` Hello! ` message like this:
44
55![ Demo your API] ( ../../assets/check-live.gif?raw=true )
66
77Congratulations! Your first endpoint is now LIVE!
88
99## Your URL will be one of two options:
1010
11- If running through Gitpod, just add ` /todos ` to the end of your URL in the browser:
11+ If running through Codespaces or Gitpod, just add ` /todos ` to the end of your URL in the browser:
1212
1313``` txt
14- GET https://yourgitpodurl:3245 /todos
14+ https://your-custom-url /todos
1515```
1616
1717If running locally:
1818
1919``` txt
20- GET https://localhost:3245/todos
20+ https://localhost:3245/todos
2121```
2222
2323
You can’t perform that action at this time.
0 commit comments