mywalley-backend-challenge
93d67e5
/
src
/
Walley.Checkout.Api
/
appsettings.Development.json
Clone
▼
Name
Message
Date
📁
Controllers
Add a `CreateOrder` endpoint
1 day ago
📁
Middleware
Initial upload of challenge
5 days ago
📁
Models
Initial upload of challenge
5 days ago
📁
Services
Fix async/await bug in `RefundService`
1 day ago
📄
appsettings.Development.json
Initial upload of challenge
5 days ago
📄
appsettings.json
Initial upload of challenge
5 days ago
📄
Program.cs
Initial upload of challenge
5 days ago
📄
Walley.Checkout.Api.csproj
Initial upload of challenge
5 days ago
📄
appsettings.Development.json
1
2
3
4
5
6
7
8
9
{
"
Logging
": {
"
LogLevel
": {
"
Default
": "
Information
",
"
Microsoft.AspNetCore
": "
Warning
"
}
}
}