Skip to content

Commit

Permalink
Merge pull request #19 from devdanielsun/devdanielsun-patch-1
Browse files Browse the repository at this point in the history
Update Program.cs
  • Loading branch information
devdanielsun authored Jan 3, 2024
2 parents 17a9435 + 144c002 commit b316f73
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 b316f73

Please sign in to comment.