diff --git a/Webshop.Api/Program.cs b/Webshop.Api/Program.cs index a219a33..1c9ad03 100644 --- a/Webshop.Api/Program.cs +++ b/Webshop.Api/Program.cs @@ -38,6 +38,7 @@ var builder = WebApplication.CreateBuilder(options); var allowedOrigins = new string[] { "https://shopsolution-frontend.tzbre.dev", + "https://shopsolution-backend.tzbre.dev", "http://localhost:4200" };