Compare commits

..

No commits in common. "731132b517fa3107e460f1960ff2c85f9f6b93ad" and "53d737e518b1954082c19aeaa3216ca4932008b7" have entirely different histories.

View File

@ -163,7 +163,6 @@ builder.Logging.ClearProviders();
builder.Logging.AddConsole();
if (builder.Environment.IsDevelopment()) {
builder.Logging.SetMinimumLevel(LogLevel.Trace);
builder.WebHost.UseUrls("http://0.0.0.0:7004");
}
else
{