Browse Source

update

master
DengBiao 1 year ago
parent
commit
6637bb3dc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/logic/main.go

+ 1
- 1
cmd/logic/main.go View File

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


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


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


Loading…
Cancel
Save