aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-03-13 11:34:40 +0000
committerterminaldweller <thabogre@gmail.com>2021-03-13 11:34:40 +0000
commitb947ffe4785c2a6a28965d34b926e163ff220efa (patch)
tree84b38fcaa6493b2149cc0bafd484cf963e9ba470 /README.md
parentadded the goreportcard badge. (diff)
downloadhived-b947ffe4785c2a6a28965d34b926e163ff220efa.tar.gz
hived-b947ffe4785c2a6a28965d34b926e163ff220efa.zip
added graceful shutdown.fixed the -help crashing problem. wasnt setting the content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e5fdf7e..d4bf16e 100644
--- a/README.md
+++ b/README.md
@@ -62,5 +62,6 @@ You can find the swagger and postman docs under `/api`.<br/>
## TODO
* ~~fix travis~~
* add unit tests
-* fix `hived -help` crashing
-* haproxy-ssl-termination
+* ~~fix `hived -help` crashing~~
+* haproxy
+* turn the telegram bot into its own microservice