Skip to content

Commit 03ea690

Browse files
authored
fixed postman get pictures
1 parent dc5d2c7 commit 03ea690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Starting the server will make it a continuously running process on `localhost:50
8383

8484
First, make a `GET` request to the `/` endpoint. Since the server is running on `localhost:5000`, the full endpoint url is `localhost:5000/`.
8585

86-
![Postman GET](https://lh3.googleusercontent.com/OoYCfIN8P18QWgOdqEk9RVpAp_AFR0P53JYJbhC5wS-nipfiP-7H0PncamS6xNxoFwBMfsikWch6Sg=w2880-h1598-rw)
86+
![Postman GET](https://lh4.googleusercontent.com/uDMU39OtDFBffWaIyQIufcmXxE3lrjKkrcduq8UdB6ZpOVhJo3rI6E4J_4NOziSKaX0X0Us0tKbzAg=w2880-h1598-rw)
8787

8888
Try calling the `/mirror` endpoint. First, look at the code for the endpoint to see how you can specify url parameters. Then make a request on Postman to `localhost:5000/mirror/<name>`:
8989

90-
![Postman GET mirror](https://lh5.googleusercontent.com/lwMNP5HUGC2EKe82muv0AJnc55xPkR-vDayI5z1oxIkbC4MkdSqnKi8KwXlOEsJsyyvICYWeK4uHBA=w2880-h1598-rw)
90+
![Postman GET mirror](https://lh3.googleusercontent.com/C8ivPHRxDyzbCOO_h9eQkIO90JA0VWTYkd7ODKStIgPxtNhqC-l_4wPEVGfnmMbpU3tnEvsxABgdhg=w2880-h1598-rw)
9191

9292
# Exercises
9393
These exercises will walk you through creating a RESTful API using Flask! We don't want you to go through all the hassle of setting up a database instance, so we have created dummy data and a mock database interface to interact with it. For the sake of ease, the entire app logic minus the mockdb logic will by implemented in `app.py`. For larger projects, the API endpoints will usually be separated out into different files called `views`.

0 commit comments

Comments
 (0)