From c72c5c735b062a38f1ab3c8f54fb08c7a75dc23f Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Wed, 24 Mar 2021 19:18:05 +0300 Subject: [PATCH] docs(contributing): fix backend port (#13770) 8080 -> 8088 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c7ce83bb9b52..569c3592021a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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