From ce5a34f5f989f61b8132f2bcfbf8231758460d0d Mon Sep 17 00:00:00 2001 From: patterniha <71074308+patterniha@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:53:44 +0330 Subject: [PATCH] Remove "domainMatcher" --- docs/config/routing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/config/routing.md b/docs/config/routing.md index 84c9ffc..99cf301 100644 --- a/docs/config/routing.md +++ b/docs/config/routing.md @@ -14,7 +14,6 @@ { "routing": { "domainStrategy": "AsIs", - "domainMatcher": "hybrid", "rules": [], "balancers": [] }