We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836f7ae commit 8071a5aCopy full SHA for 8071a5a
1 file changed
FFOracle/Program.cs
@@ -40,7 +40,9 @@
40
"http://localhost:3000",
41
"http://localhost:5173", // Vite default
42
"http://localhost:3001", // Alternative React port
43
- "http://localhost:8080" // Alternative dev server
+ "http://localhost:8080", // Alternative dev server
44
+ "https://fforacle.vercel.app",
45
+ "https://fforacle-gegydpfvezf5axc5.centralus-01.azurewebsites.net"
46
)
47
.AllowAnyHeader()
48
.AllowAnyMethod()
0 commit comments