mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 06:25:07 +00:00
integrate spam check on email (#270)
This commit is contained in:
@@ -16,7 +16,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Register handler
|
||||
pb.RegisterEmailHandler(srv.Server(), handler.NewEmailHandler())
|
||||
pb.RegisterEmailHandler(srv.Server(), handler.NewEmailHandler(srv))
|
||||
traceCloser := tracing.SetupOpentracing("email")
|
||||
defer traceCloser.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user