diff --git a/pollor.Server/Program.cs b/pollor.Server/Program.cs index 052af87..775ae96 100644 --- a/pollor.Server/Program.cs +++ b/pollor.Server/Program.cs @@ -6,7 +6,7 @@ policy => { policy.WithOrigins("https://localhost:4200", - "*" // temperary accept everything - todo: add env vars and replace with dynamic list of domains + "https://pollor.nl/" // todo: add env vars and replace with dynamic list of domains ); // Todo: add env variable as list of domains });