This commit is contained in:
Artemy
2026-02-08 23:34:13 +07:00
parent f54b00ab31
commit 0d9af9f437
+1 -1
View File
@@ -107,7 +107,7 @@ var app = builder.Build();
if (!app.Environment.IsDevelopment()) if (!app.Environment.IsDevelopment())
{ {
//app.MapOpenApi(); //app.MapOpenApi();
builder.WebHost.UseUrls("http://72.56.93.242:8080"); builder.WebHost.UseUrls("http://0.0.0.0:8080");
//builder.WebHost.UseUrls("http://192.168.1.107:8080"); //builder.WebHost.UseUrls("http://192.168.1.107:8080");
} }