Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 20, 2024
1 parent 006a219 commit 8dce48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TechStacks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
services.AddCors(options => {
options.AddDefaultPolicy(policy => {
policy.WithOrigins([
"https://techstacks.io", "https://www.techstacks.io",
"http://localhost:3000", "http://localhost:16325", "http://localhost:8080", "http://null.jsbin.com",
"http://run.plnkr.co"
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
"https://localhost:5173", "http://localhost:5173",
"http://run.plnkr.co", "http://null.jsbin.com",
])
.AllowCredentials()
.WithHeaders(["Content-Type", "Allow", "Authorization"])
Expand Down

0 comments on commit 8dce48e

Please sign in to comment.