Skip to content

Commit

Permalink
Update README.md (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 11, 2023
1 parent ff3c92c commit fb8dfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUST_LOG=info,restate=debug just run --release
After the runtime is running, you can register a service running on `localhost:8080` via `curl`:

```shell
curl -X POST localhost:8081/services/discover -H 'content-type: application/json' -d '{"uri": "http://localhost:8080"}'
curl -X POST localhost:8081/endpoints -H 'content-type: application/json' -d '{"uri": "http://localhost:8080"}'
```

This assumes that the runtime is running on `localhost:8081`.
Expand Down

0 comments on commit fb8dfac

Please sign in to comment.