docs(contributing): fix backend port (#13770)

8080 -> 8088
This commit is contained in:
Cemre Mengu
2021-03-24 19:18:05 +03:00
committed by GitHub
parent f18d14a51a
commit c72c5c735b

View File

@@ -526,7 +526,7 @@ There are three types of assets you can build:
#### Webpack dev server
The dev server by default starts at `http://localhost:9000` and proxies the backend requests to `http://localhost:8080`. It's possible to change these settings:
The dev server by default starts at `http://localhost:9000` and proxies the backend requests to `http://localhost:8088`. It's possible to change these settings:
```bash
# Start the dev server at http://localhost:9000