From 3f6989771352930af79fe1080a4c039c910dee99 Mon Sep 17 00:00:00 2001
From: Sebastian Steiner <e1029038@student.tuwien.ac.at>
Date: Fri, 18 Jan 2019 15:45:23 +0100
Subject: [PATCH] small changes in readme

---
 service-analysis/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/service-analysis/README.md b/service-analysis/README.md
index 2cdcbbc..3cf2f20 100644
--- a/service-analysis/README.md
+++ b/service-analysis/README.md
@@ -7,6 +7,8 @@ The service uses the the sentiment analysis service indico.
 
 `GET`: `/` Displays the expected input for a POST
 
+`GET`: `/health` Returns HTTP Status 200 if service is running
+
 `POST`: `/` Calculates the average sentiment for a given list of texts
 - param: Term[] as Content-Tye: `application/json`
 example body of request:
-- 
2.43.0