mirror of
https://github.com/go-micro/go-micro.git
synced 2025-05-25 21:53:14 +02:00
yolo development is bad
This commit is contained in:
parent
156a968253
commit
65af48823f
@ -128,7 +128,7 @@ func (s *service) Stop() error {
|
||||
|
||||
func (s *service) Handle(v interface{}) error {
|
||||
return s.opts.Server.Handle(
|
||||
s.opts.Server.NewHandler(h),
|
||||
s.opts.Server.NewHandler(v),
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user