Skip to content

Commit c610ae2

Browse files
authored
Add new CORS origin for React service
1 parent 5fba80e commit c610ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MyApp/Configure.Cors.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class ConfigureCors : IHostingStartup
1111
"https://razor-ssg.web-templates.io", "https://razor-press.web-templates.io",
1212
"https://press-vue.servicestack.net", "https://press-react.servicestack.net",
1313
"https://vue-spa.web-templates.io", "https://react-spa.web-templates.io",
14+
"https://react.servicestack.net",
1415
];
1516
public void Configure(IWebHostBuilder builder) => builder
1617
.ConfigureServices(services =>

0 commit comments

Comments
 (0)