inCaller / prometheus_bot

Telegram bot for prometheus alerting
MIT License
397 stars 183 forks source link

avoid gin http 400 error in post. #2

Closed man-at-home closed 7 years ago

man-at-home commented 7 years ago

avoid c.BindJSON(&alerts) because setting of http 400. Relevant are only this line and the import.

hryamzik commented 7 years ago

Thanks @man-at-home!