From c2a5696f1cb0b7d987b6015fb20c1ca7c5e48bd6 Mon Sep 17 00:00:00 2001 From: Tony Fages Date: Tue, 26 Mar 2024 17:31:22 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Verax=5FAPI=5FEF/V?= =?UTF-8?q?erax=5FAPI=5FEF/API/Properties/launchSettings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Verax_API_EF/Verax_API_EF/API/Properties/launchSettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Verax_API_EF/Verax_API_EF/API/Properties/launchSettings.json b/Verax_API_EF/Verax_API_EF/API/Properties/launchSettings.json index 2f32278..44a3d1d 100644 --- a/Verax_API_EF/Verax_API_EF/API/Properties/launchSettings.json +++ b/Verax_API_EF/Verax_API_EF/API/Properties/launchSettings.json @@ -32,7 +32,8 @@ "Docker": { "commandName": "Docker", "launchBrowser": true, - "applicationUrl": "https://codefirst.iut.uca.fr/containers/Verax-verax-api/:{ServicePort}/swagger", + "launchUrl": "swagger", + "applicationUrl": "https://codefirst.iut.uca.fr/containers/Verax-verax-api", "publishAllPorts": true, "useSSL": true },