diff --git a/VueApp.Server/appsettings.json b/VueApp.Server/appsettings.json index 10f68b8..337084a 100644 --- a/VueApp.Server/appsettings.json +++ b/VueApp.Server/appsettings.json @@ -5,5 +5,12 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "Kestrel": { + "Endpoints": { + "Http": { + "Url": "http://localhost:5003" + } + } + } }