Skip to content

Commit aa9ca64

Browse files
authored
Update Configure.Cors.cs
1 parent 5779ae2 commit aa9ca64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MyApp/Configure.Cors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public void Configure(IWebHostBuilder builder) => builder
1212
policy.WithOrigins([
1313
"http://localhost:5000", "https://localhost:5001", "http://localhost:8080",
1414
"https://localhost:5173", "http://localhost:5173",
15-
"https://docs.servicestack.net"
15+
"https://docs.servicestack.net","https://press-react.servicestack.net"
1616
])
1717
.AllowCredentials()
1818
.WithHeaders(["Content-Type", "Allow", "Authorization"])

0 commit comments

Comments
 (0)