From 92ea8b4686d362bf9198fb408b27d99a35f318ae Mon Sep 17 00:00:00 2001 From: Nestisse Date: Fri, 29 Mar 2024 14:22:43 +0100 Subject: [PATCH] Suppression des endpoints via kernel --- API_SQLuedo/API/appsettings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/API_SQLuedo/API/appsettings.json b/API_SQLuedo/API/appsettings.json index e15b2d6..10f68b8 100644 --- a/API_SQLuedo/API/appsettings.json +++ b/API_SQLuedo/API/appsettings.json @@ -1,11 +1,4 @@ { - "Kestrel": { - "EndPoints": { - "Http": { - "Url": "http://localhost:8081" - } - } - }, "Logging": { "LogLevel": { "Default": "Information",