From 519b6d7f34b81f68d2f44f8f92d531bc052871c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Janne=20Sirvi=C3=B6?= <jaausi@utu.fi>
Date: Thu, 27 Feb 2020 13:40:36 +0200
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 5f25591..d9c16d0 100644
--- a/README.md
+++ b/README.md
@@ -24,3 +24,11 @@ Lähetä kotitehtävä meille esim. linkkinä GitHub-repositorioon tai liitetied
 Versionhallinnan tai liitetiedoston tulee sisältää kaikki sellaiset tiedostot ja ohjeet, jotka vaaditaan sovelluksen kääntämiseen ja käynnistämiseen. Kiinnitä huomiota erityisesti toteutuksen selkeyteen ja johdonmukaisuuteen.
 
 ## Backendin rajapinnat
+
+### Get: '/score/get'
+
+Gives the necessary score information for the frontend page
+
+### Post: '/button/push'
+
+Pushes the button on the backend. Username can be sent on the body of post request.
\ No newline at end of file
-- 
GitLab