diff --git a/src/Host/FSH.Starter.Api/appsettings.json b/src/Host/FSH.Starter.Api/appsettings.json index 5a9628a5f8..293fdfebb6 100644 --- a/src/Host/FSH.Starter.Api/appsettings.json +++ b/src/Host/FSH.Starter.Api/appsettings.json @@ -97,8 +97,8 @@ "CorsOptions": { "AllowAll": false, "AllowedOrigins": [ - "https://localhost:4200", - "https://localhost:7140" + "http://localhost:5173", + "http://localhost:5174" ], "AllowedHeaders": [ "content-type", "authorization" ], "AllowedMethods": [ "GET", "POST", "PUT", "DELETE" ]