diff options
author | terminaldweller <thabogre@gmail.com> | 2021-03-13 11:34:40 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-03-13 11:34:40 +0000 |
commit | b947ffe4785c2a6a28965d34b926e163ff220efa (patch) | |
tree | 84b38fcaa6493b2149cc0bafd484cf963e9ba470 /README.md | |
parent | added the goreportcard badge. (diff) | |
download | hived-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.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |