Releases: go-joe/slack-adapter
Releases · go-joe/slack-adapter
Release v2.2.0
- Add new
Config.EventsAPIConfig.Middlewarconfiguration and correspondingWithMiddleware(…)option.
This fixes #19 by allowing the user to inject a custom HTTP middleware for the
EventsAPIServer, e.g. in order to enable custom (health) endpoints.