Skip to content

Commit

Permalink
list endpoints in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Dec 27, 2024
1 parent 2b98789 commit 4ff4883
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,11 @@ RESPONSE
}
```
```


## Endpoints

- POST http://localhost:7167/rpc : Send a request and get a response from the LNC server.
- GET http://localhost:7167/ : Web UI to test the /rpc endpoint.
- GET http://localhost:7167/health : Health check endpoint.

0 comments on commit 4ff4883

Please sign in to comment.