We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80be07b commit 518dd15Copy full SHA for 518dd15
ObjectService/Program.cs
@@ -1,6 +1,5 @@
1
using Microsoft.AspNetCore.HttpLogging;
2
using Microsoft.AspNetCore.RateLimiting;
3
-//using Microsoft.AspNetCore.OData;
4
using Microsoft.EntityFrameworkCore;
5
using OpenLoco.Definitions.Database;
6
using OpenLoco.Definitions.Web;
@@ -19,7 +18,6 @@
19
18
builder.Services.AddSwaggerGen();
20
builder.Services.AddDbContext<LocoDb>(opt => opt.UseSqlite(connectionString));
21
builder.Services.AddDatabaseDeveloperPageExceptionFilter();
22
-//builder.Services.AddOd
23
builder.Services.AddHttpLogging(logging =>
24
{
25
logging.LoggingFields = HttpLoggingFields.ResponsePropertiesAndHeaders
0 commit comments