diff --git a/backend/API/appsettings.json b/backend/API/appsettings.json index c5341ab..45fff43 100644 --- a/backend/API/appsettings.json +++ b/backend/API/appsettings.json @@ -24,5 +24,12 @@ "Audience": "HealthCareManagerUsers", "ExpirationTime": 1440 }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "Kestrel": { + "Endpoints": { + "Http": { + "Url": "http://*:80" + } + } + } }