From 85899c277b08b372792f4ccb488a811fb9748d64 Mon Sep 17 00:00:00 2001 From: niyyzf Date: Thu, 25 Jul 2024 17:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3=E8=87=B350?= =?UTF-8?q?03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VueApp.Server/appsettings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/VueApp.Server/appsettings.json b/VueApp.Server/appsettings.json index 10f68b8..337084a 100644 --- a/VueApp.Server/appsettings.json +++ b/VueApp.Server/appsettings.json @@ -5,5 +5,12 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "Kestrel": { + "Endpoints": { + "Http": { + "Url": "http://localhost:5003" + } + } + } }