Skip to content

Commit

Permalink
chore(README) : Add documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Wojtczak committed May 28, 2017
1 parent aaad4fb commit 741e9ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ curl http://127.0.0.1:8080/healthcheck

## Set healthcheck state
curl -X PUT -H 'Content-type: application/json' -d 'true' http://127.0.0.1:8080/healthcheck

## Healthcheck endpoint
curl http://127.0.0.1:8080/health

It should return a 200 OK status when healthy, otherwise, 5XX.

0 comments on commit 741e9ab

Please sign in to comment.