From 68480393093517cf0a6a7bcdae072282c2ebf495 Mon Sep 17 00:00:00 2001 From: Giuliano Paschoalino Date: Tue, 10 Feb 2026 18:00:02 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20da=20porta=20do=20Kestrel?= =?UTF-8?q?=20para=208662=20no=20appsettings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O endpoint HTTP do Kestrel foi atualizado de 8664 para 8662 no arquivo appsettings.json, ajustando a configuração de URL. --- Webhook 4docs/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webhook 4docs/appsettings.json b/Webhook 4docs/appsettings.json index a710ae7..854c9c3 100644 --- a/Webhook 4docs/appsettings.json +++ b/Webhook 4docs/appsettings.json @@ -17,7 +17,7 @@ "Kestrel": { "Endpoints": { "HttpLocalhost": { - "Url": "http://localhost:8664/" + "Url": "http://localhost:8662/" } } },