Browse Source

orderservice_swagger cors update

pull/56/head
Galip Tolga Erdem 5 years ago
parent
commit
a7fed7cf46
  1. 2
      apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json

2
apps/auth-server/src/EShopOnAbp.AuthServer/appsettings.json

@ -1,7 +1,7 @@
{
"App": {
"SelfUrl": "https://localhost:44330",
"CorsOrigins": "https://*.EShopOnAbp.com,http://localhost:4200,https://localhost:44307,https://localhost:44372,https://localhost:44353",
"CorsOrigins": "https://*.EShopOnAbp.com,http://localhost:4200,https://localhost:44307,https://localhost:44372,https://localhost:44353,https://localhost:44356",
"RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307"
},
"Logging": {

Loading…
Cancel
Save