Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanielsun authored Jan 3, 2024
1 parent 17a9435 commit 144c002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollor.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit 144c002

Please sign in to comment.