forked from AcaMate/AcaMate_API
[♻️] 개발기 FRONT 검증
This commit is contained in:
parent
28ad68bfe6
commit
8f01f57c91
|
@ -163,6 +163,7 @@ builder.Logging.ClearProviders();
|
||||||
builder.Logging.AddConsole();
|
builder.Logging.AddConsole();
|
||||||
if (builder.Environment.IsDevelopment()) {
|
if (builder.Environment.IsDevelopment()) {
|
||||||
builder.Logging.SetMinimumLevel(LogLevel.Trace);
|
builder.Logging.SetMinimumLevel(LogLevel.Trace);
|
||||||
|
builder.WebHost.UseUrls("http://0.0.0.0:7004");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user