GitBrowser
mywalley-backend-challenge
5d543c2/src/Walley.Checkout.Api/appsettings.json
Name Message Date
📁 Controllers Return 404 when `GetById` cannot find the sought order 1 day ago
📁 Middleware Initial upload of challenge 4 days ago
📁 Models Initial upload of challenge 4 days ago
📁 Services Fix async/await bug in `RefundService` 1 day ago
📄 appsettings.Development.json Initial upload of challenge 4 days ago
📄 appsettings.json Initial upload of challenge 4 days ago
📄 Program.cs Initial upload of challenge 4 days ago
📄 Walley.Checkout.Api.csproj Initial upload of challenge 4 days ago
📄 appsettings.json
1 2 3 4 5 6 7 8 9 10
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}