Syntax err edited.

This commit is contained in:
Onurkan Bakırcı 2022-03-21 15:53:14 +03:00 committed by GitHub
parent a04a00241b
commit 3c90301bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -243,7 +243,6 @@ public static class CustomExtensionMethods
Url = new Uri("https://microsoft.com/license")
}
});
});
return services;

View File

@ -110,7 +110,6 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
Url = new Uri("https://microsoft.com/")
}
});
});
var container = new ContainerBuilder();
container.Populate(services);