Skip to content

Commit 8dce48e

Browse files
committed
Update Program.cs
1 parent 006a219 commit 8dce48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TechStacks/Program.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
services.AddCors(options => {
4141
options.AddDefaultPolicy(policy => {
4242
policy.WithOrigins([
43-
"https://techstacks.io", "https://www.techstacks.io",
44-
"http://localhost:3000", "http://localhost:16325", "http://localhost:8080", "http://null.jsbin.com",
45-
"http://run.plnkr.co"
43+
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
44+
"https://localhost:5173", "http://localhost:5173",
45+
"http://run.plnkr.co", "http://null.jsbin.com",
4646
])
4747
.AllowCredentials()
4848
.WithHeaders(["Content-Type", "Allow", "Authorization"])

0 commit comments

Comments
 (0)