refactor: add unified all service gateway
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @Date: 2021-11-26 15:25:03
|
||||
* @Description: 反馈服务主程序入口
|
||||
*/
|
||||
package service
|
||||
package main
|
||||
|
||||
import (
|
||||
"bsm/full/module/base/feedback/internal/config"
|
||||
@@ -25,7 +25,7 @@ func Run() {
|
||||
impl.NewImpl()
|
||||
|
||||
// 初始化服务
|
||||
s := server.New(config.Spec.Addr)
|
||||
s := server.New(nil)
|
||||
srv := service.New(
|
||||
s.Grpc,
|
||||
&service.Options{
|
||||
|
||||
Reference in New Issue
Block a user