We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fba80e commit c610ae2Copy full SHA for c610ae2
MyApp/Configure.Cors.cs
@@ -11,6 +11,7 @@ public class ConfigureCors : IHostingStartup
11
"https://razor-ssg.web-templates.io", "https://razor-press.web-templates.io",
12
"https://press-vue.servicestack.net", "https://press-react.servicestack.net",
13
"https://vue-spa.web-templates.io", "https://react-spa.web-templates.io",
14
+ "https://react.servicestack.net",
15
];
16
public void Configure(IWebHostBuilder builder) => builder
17
.ConfigureServices(services =>
0 commit comments