Compare commits
2 Commits
33eb50146e
...
2b1a229623
Author | SHA1 | Date | |
---|---|---|---|
|
2b1a229623 | ||
|
7637a40eb6 |
@ -12,6 +12,7 @@ builder.Services.AddCors(setup =>
|
||||
{
|
||||
|
||||
policyBuilder.WithOrigins("http://www.vdk2ch.ru:4200").WithMethods("GET", "POST").WithHeaders("*");
|
||||
policyBuilder.WithOrigins("https://www.vdk2ch.ru/").WithMethods("GET", "POST").WithHeaders("*");
|
||||
//policyBuilder.WithOrigins("http://localhost:4200").WithMethods("GET", "POST").WithHeaders("*");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user