Skip to content

Commit 7e40ae2

Browse files
committed
updated README.md
1 parent 8dab9a5 commit 7e40ae2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,14 @@ curl -o receipt.html https://rawgit.com/wildbit/postmark-templates/master/templa
295295
curl -o html.pdf -XPOST [email protected] -H"content-type: text/html" http://localhost:9000/api/render?pdf.scale=1
296296
```
297297

298+
### GET /healthcheck
299+
300+
Health check endpoint used for monitoring if the service is still up and running.
301+
302+
```bash
303+
curl -XGET http://localhost:9000/healthcheck
304+
```
305+
298306
## Development
299307

300308
To get this thing running, you have two options: run it in Heroku, or locally.

0 commit comments

Comments
 (0)