File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# 📋 List all rentals
22
3- Lets list all rentals in the database. We will use ` http://localhost:8080 ` after the server is started:
3+ Lets list all rentals in the database. We will use ` http://localhost:8000 ` after the server is started:
44``` bash
55symfony server:start
66```
@@ -10,7 +10,7 @@ Sometimes you may need to clear the cache before you can see the changes in the
1010php bin/console cache:clear
1111```
1212
13- The following diagram shows the sequence of requests and responses that are made when the ` http://localhost:8080 ` is accessed in the browser:
13+ The following diagram shows the sequence of requests and responses that are made when the ` http://localhost:8000 ` is accessed in the browser:
1414
1515![ List all rentals] ( ../../static/img/list-rentals.png )
1616
You can’t perform that action at this time.
0 commit comments