We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5779ae2 commit aa9ca64Copy full SHA for aa9ca64
1 file changed
MyApp/Configure.Cors.cs
@@ -12,7 +12,7 @@ public void Configure(IWebHostBuilder builder) => builder
12
policy.WithOrigins([
13
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
14
"https://localhost:5173", "http://localhost:5173",
15
- "https://docs.servicestack.net"
+ "https://docs.servicestack.net","https://press-react.servicestack.net"
16
])
17
.AllowCredentials()
18
.WithHeaders(["Content-Type", "Allow", "Authorization"])
0 commit comments