Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
6637bb3dc3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cmd/logic/main.go

+ 1
- 1
cmd/logic/main.go Ver fichero

@@ -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)))


Cargando…
Cancelar
Guardar