Skip to content

Commit

Permalink
docs(contributing): fix backend port (apache#13770)
Browse files Browse the repository at this point in the history
8080 -> 8088
  • Loading branch information
cemremengu authored Mar 24, 2021
1 parent f18d14a commit c72c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c72c5c7

Please sign in to comment.