Skip to content

Commit

Permalink
Document /env endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwinton committed Feb 20, 2023
1 parent 4688d8e commit dc67ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ It provides the following endpoints:
* `/hello` - responds with a canned greeting message, which
can be over-ridden using the `GREETING_MESSAGE` environment
variable.
* `/env` - responds with a JSON map of current environment variable settings
* `/echo` - a GET to this with a query-parameter of `message`
echoes back the supplied message
* `/echo` - a POST to this echoes back the body contents
Expand Down

0 comments on commit dc67ac1

Please sign in to comment.