From b32765cf81be47d83fc1afa7a36907f37f318a40 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 9 Oct 2024 00:06:23 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index c18a4d0..a6653c7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,10 @@ The project goal is to replace the functionality currently offered by our projec - `httpserve_start(host, port)` - `httpserve_stop()` +### API Endpoints +- `/query` +- `/health` + ### Usage Start the HTTP server providing the `host` and `port` parameters ```sql