From fb3e3c4ba826adec05dffbb46eb1baeee7ea7731 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Tue, 8 Feb 2022 22:33:51 +0300 Subject: [PATCH] added missing cors configuration --- .../DbMigrations/IdentityServerDataSeeder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs index d9810354..112f72d0 100644 --- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs +++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs @@ -164,6 +164,7 @@ namespace EShopOnAbp.IdentityService.DbMigrations webGatewaySwaggerRootUrl.RemovePostFix("/"), publicWebGatewayRootUrl.RemovePostFix("/"), accountServiceRootUrl.RemovePostFix("/"), + identityServiceRootUrl.RemovePostFix("/"), administrationServiceRootUrl.RemovePostFix("/"), catalogServiceRootUrl.RemovePostFix("/"), basketServiceRootUrl.RemovePostFix("/"),