diff --git a/src/Backend/DiunaBI.API/appsettings.Production.json b/src/Backend/DiunaBI.API/appsettings.Production.json index 633fc00..e3b12d3 100644 --- a/src/Backend/DiunaBI.API/appsettings.Production.json +++ b/src/Backend/DiunaBI.API/appsettings.Production.json @@ -40,7 +40,7 @@ "Kestrel": { "Endpoints": { "Http": { - "Url": "http://0.0.0.0:7143" + "Url": "http://0.0.0.0:7142" } } }