This commit is contained in:
huangsimin@fusen.cn 2023-12-13 17:10:37 +08:00
parent ac925c3424
commit 7a8f45b518

View File

@ -17,7 +17,6 @@ func main() {
fusen := env.NewFusen[config.Config]() fusen := env.NewFusen[config.Config]()
fusen.StartNacos(nil) fusen.StartNacos(nil)
service.AutoGrpcInit(fusen)
sopt := grpc.UnaryInterceptor(fusen.Interceptor()) sopt := grpc.UnaryInterceptor(fusen.Interceptor())