Skip to content

Commit

Permalink
/webhook in documentation to /message
Browse files Browse the repository at this point in the history
  • Loading branch information
cfindlayisme committed Jan 3, 2024
1 parent 1be4136 commit 77584ef
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 @@ -24,7 +24,7 @@ Colourcode is optional, and is the colour of the message in IRC. See https://mod

## Send a message to IRC from CLI
```
curl -X POST -H "Content-Type: application/json" -d '{"message":"Hello, World! stuff", "password":"password"}' http://localhost:8080/webhook
curl -X POST -H "Content-Type: application/json" -d '{"message":"Hello, World! stuff", "password":"password"}' http://localhost:8080/message
```
## nginx reverse proxy
```
Expand Down

0 comments on commit 77584ef

Please sign in to comment.