Skip to content

Commit 8071a5a

Browse files
committed
Add CORS fix
1 parent 836f7ae commit 8071a5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

FFOracle/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"http://localhost:3000",
4141
"http://localhost:5173", // Vite default
4242
"http://localhost:3001", // Alternative React port
43-
"http://localhost:8080" // Alternative dev server
43+
"http://localhost:8080", // Alternative dev server
44+
"https://fforacle.vercel.app",
45+
"https://fforacle-gegydpfvezf5axc5.centralus-01.azurewebsites.net"
4446
)
4547
.AllowAnyHeader()
4648
.AllowAnyMethod()

0 commit comments

Comments
 (0)