From 3f955b9ae9e1447eec20565fc3f62da4ae2d98e8 Mon Sep 17 00:00:00 2001 From: Nestisse Date: Thu, 28 Mar 2024 14:21:46 +0100 Subject: [PATCH] Debug pour le port de l'api --- API_SQLuedo/API/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API_SQLuedo/API/Properties/launchSettings.json b/API_SQLuedo/API/Properties/launchSettings.json index 63ba7b8..7f7c4c4 100644 --- a/API_SQLuedo/API/Properties/launchSettings.json +++ b/API_SQLuedo/API/Properties/launchSettings.json @@ -24,7 +24,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7259;http://localhost:5015", + "applicationUrl": "https://localhost:8081;http://localhost:8080", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }