From 2f14640d651d76ebb71baa24a2c2c329069e6f24 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 6 Dec 2022 18:08:32 +0800 Subject: [PATCH] update --- cmd/business/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/business/main.go b/cmd/business/main.go index 641d0f7..3d0f1d3 100644 --- a/cmd/business/main.go +++ b/cmd/business/main.go @@ -20,7 +20,7 @@ import ( ) func main() { - //config.Init() + config.Init() db.Init() server := grpc.NewServer(grpc.UnaryInterceptor(interceptor.NewInterceptor("business_interceptor", urlwhitelist.Business)))