mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use lazy loading proxies.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace DiscImageChef.Server
|
||||
{
|
||||
services.AddDbContext<DicServerContext>(options =>
|
||||
options.UseMySql(Configuration.
|
||||
GetConnectionString("DefaultConnection")));
|
||||
GetConnectionString("DefaultConnection")).UseLazyLoadingProxies());
|
||||
|
||||
services.AddDefaultIdentity<IdentityUser>(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user