mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
fix mq
This commit is contained in:
@@ -15,7 +15,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Register handler
|
||||
pb.RegisterMQHandler(srv.Server(), new(handler.MQ))
|
||||
pb.RegisterMqHandler(srv.Server(), new(handler.Mq))
|
||||
|
||||
// Run service
|
||||
if err := srv.Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user