ソースを参照

update

master
DengBiao 1年前
コミット
6637bb3dc3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      cmd/logic/main.go

+ 1
- 1
cmd/logic/main.go ファイルの表示

@@ -25,7 +25,7 @@ func init() {
}

func main() {
//config.Init()
config.Init()
db.Init()

server := grpc.NewServer(grpc.UnaryInterceptor(interceptor.NewInterceptor("logic_interceptor", urlwhitelist.Logic)))


読み込み中…
キャンセル
保存