Skip to content

Commit 872eb98

Browse files
committed
Fixed code
1 parent e010f17 commit 872eb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/50-testing/1-test-list.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
55
symfony server:start
66
```
@@ -10,7 +10,7 @@ Sometimes you may need to clear the cache before you can see the changes in the
1010
php 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

0 commit comments

Comments
 (0)