Skip to content

Commit

Permalink
docs: update readme for more endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshmanngojek committed Oct 10, 2022
1 parent 957d4db commit 20f3052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go-web-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ to start http server on [`localhost:8080`](http://localhost:8080)
## Endpoints

- `GET /` - displays [`index.html`](static/index.html) inside [`static`](static/) directory
- `GET /hello` - displays a greeting
- `GET /form.html` - displays [`form.html`](static/form.html) inside [`static`](static/) directory
- `POST /form` - displays post request successful with form values

## Contributors

Expand Down

0 comments on commit 20f3052

Please sign in to comment.