From fa22a6db63ed66a3a5e389c5894b3b4cc1c8bde7 Mon Sep 17 00:00:00 2001 From: Michael Stuhlman Date: Sat, 25 Aug 2018 18:41:46 -0400 Subject: [PATCH] Print balances --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f76d1..fd05eec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Another link to the full log (all levels) is available [here](https://www.mtheor ### Architecture The bot itself is kicked off by a Spring Boot Application. The Spring App also exposes some endpoints that can interact and use the bot's functions. The available endpoints will be described in the API section. These endpoints will then be used for a web UI showing more informative feedback about the bot's operation and status. ### API -To get the current bot's status: +To get the current bot's status (main UI): ```$xslt GET: http://host-ip:port/status ```