Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janrs-io committed Apr 3, 2023
1 parent 8fb4b0d commit c00d4b2
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 @@ -20,14 +20,14 @@ Just clone the project and run `go run cmd/main.go` in the `pingservice` and `po
And enter this address in browser to visit `pong` http server:

```text
http://127.0.0.1:9001/pong.v1.pong?msg=best%20practive
http://127.0.0.1:9001/pong.v1.pong?msg=best%20practice
```

It will return `json` data:

```json
{
"msg": "response pong msg:best practive"
"msg": "response pong msg:best practice"
}
```

Expand Down

0 comments on commit c00d4b2

Please sign in to comment.