log not impl'd slack event

main
Bel LaPointe 2024-04-11 17:21:44 -06:00
parent bdc40e91b4
commit fb5e7b580e
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ func _newHandlerPostAPIV1EventsSlack(cfg Config) http.HandlerFunc {
return
}
log.Printf("slack event: %s", b)
http.Error(w, "not impl", http.StatusNotImplemented)
}
}