Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soos3d authored Apr 4, 2023
1 parent 72a3204 commit 11cd56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Run the server in dev mode with:
npm run dev
```

The server is now running on `http://localhost:5000/`. You can send balance requests to your server with the following:
The server is now running on `http://localhost:3000/`. You can send balance requests to your server with the following:

```sh
curl --location 'http://localhost:5000/balance' \
curl --location 'http://localhost:3000/balance' \
--header 'Content-Type: application/json' \
--data '{"address":"0xc457C11e2d7b6Ed68516CdED897c2Ab9F41e022C"}'
```
Expand Down

0 comments on commit 11cd56a

Please sign in to comment.