mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
fix login issue
strip colors for logging feature implementation for issue #76
This commit is contained in:
@ -73,6 +73,8 @@ namespace WebfrontCore
|
||||
mvcBuilder.AddApplicationPart(asm);
|
||||
}
|
||||
|
||||
services.AddHttpContextAccessor();
|
||||
|
||||
services.AddEntityFrameworkSqlite()
|
||||
.AddDbContext<DatabaseContext>();
|
||||
|
||||
|
Reference in New Issue
Block a user