From 33132b3564b449d08e69d69ccaaf87f402d0733c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Tue, 31 Aug 2021 10:42:25 +0800 Subject: [PATCH] :bug: fix a bug. --- feign.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feign.go b/feign.go index 79ef2e4..131cf07 100644 --- a/feign.go +++ b/feign.go @@ -15,7 +15,7 @@ var nameClient naming_client.INamingClient func initNacos() { sc := []constant.ServerConfig{ - *constant.NewServerConfig("nacos-headless", 8848), + *constant.NewServerConfig("nacos", 8848), } cc := constant.ClientConfig{ AppName: "gateway",