From b27e77b7ca6f992239ec2e2011cd3f1e7f80c5df Mon Sep 17 00:00:00 2001 From: LaurenceLiZhixin <382673304@qq.com> Date: Thu, 25 Feb 2021 13:39:31 +0800 Subject: [PATCH] fix: change name to local --- common/constant/key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constant/key.go b/common/constant/key.go index 59b95e4c1..99ec35e43 100644 --- a/common/constant/key.go +++ b/common/constant/key.go @@ -215,7 +215,7 @@ const ( // HealthCheckRouterName Specify the name of HealthCheckRouter HealthCheckRouterName = "health_check" // LocalPriorityRouterName Specify the name of LocalPriorityRouter - LocalPriorityRouterName = "self_priority" + LocalPriorityRouterName = "local_priority" // TagRouterName Specify the name of TagRouter TagRouterName = "tag" // TagRouterRuleSuffix Specify tag router suffix -- GitLab