From 828f3a942f10efdfa9fdb0aa5078d573fe6d1e19 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 7 Feb 2020 07:01:29 +0100 Subject: [PATCH] updated README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b60e387..d38fdca 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,14 @@ make ### Play Query webservice with json output +```bash curl http://localhost:8080/ +``` Query webservice with html output +```bash curl -H "Accept: text/html" http://localhost:8080/ +``` ## Todo