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("/"),