Add the Blazor UI to the cors.

pull/5431/head
Halil İbrahim Kalkan 5 years ago
parent 202fc6590c
commit 74d993fb53

@ -1,6 +1,6 @@
{
"App": {
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200"
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200,https://localhost:44307"
},
"ConnectionStrings": {
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=MyProjectName;Trusted_Connection=True;MultipleActiveResultSets=true"

Loading…
Cancel
Save