From 92abd952670a67f6f142f2f63a4edde4fd3d4162 Mon Sep 17 00:00:00 2001 From: wufan Date: Fri, 8 Nov 2024 14:01:27 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hangfire.Job/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hangfire.Job/appsettings.json b/Hangfire.Job/appsettings.json index 6e60f90..5dd3e6c 100644 --- a/Hangfire.Job/appsettings.json +++ b/Hangfire.Job/appsettings.json @@ -13,7 +13,7 @@ "Kestrel": { "Endpoints": { "Http": { - "Url": "http://0.0.0.0:8093" + "Url": "http://0.0.0.0:8094" } } }