Skip to content
Snippets Groups Projects
Commit f3700f96 authored by Mario Vazquez's avatar Mario Vazquez
Browse files

Added all endpoints to readme

parent e29debb1
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,15 @@ curl http://127.0.0.1:8080/ -X GET
```sh
curl http://127.0.0.1:8080/health -X GET
```
**Get Hostname**
```sh
curl http://127.0.0.1:8080/hostname -X GET
```
**Get Metrics**
```sh
curl http://127.0.0.1:8080/metrics -X GET
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment