From 39a0811d4c3d600144867e4c9b3eb674def8ec15 Mon Sep 17 00:00:00 2001 From: mzeros Date: Sat, 7 Dec 2024 12:25:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=20notify=5Fapi=20=E5=88=B0=20gateway=20=E7=9A=84=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=98=A0=E5=B0=84=20=E4=BC=98=E5=8C=96=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=98=A0=E5=B0=84=E5=AF=BC=E8=87=B4=E7=9A=84=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=AE=BF=E9=97=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 047b00f..01a6e0a 100644 --- a/config/app.php +++ b/config/app.php @@ -27,7 +27,7 @@ return [ 'default_timezone' => 'Asia/Shanghai', // 应用映射(多应用模式有效) 'app_map' => [ - 'notify_api' => 'gateway' +// 'notify_api' => 'gateway' ], // 域名绑定(多应用模式有效)