mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-28 17:01:13 +03:00
refactoring and integration tests
This commit is contained in:
@@ -27,8 +27,6 @@ namespace PracticeCalendar
|
||||
//inject infrastructure
|
||||
builder.Services.AddInfrastructureServices(builder.Configuration);
|
||||
|
||||
//mapster
|
||||
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Default": "Debug",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Default": "Debug",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user