mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 19:04:12 +02:00
pooko
This commit is contained in:
@@ -11,7 +11,7 @@ public class Program
|
||||
.ConfigureWebHostDefaults(webHost => {
|
||||
webHost.UseStartup<Startup>();
|
||||
webHost.UseStaticWebAssets();
|
||||
webHost.UseKestrel(kestrelOptions => { kestrelOptions.ListenAnyIP(80); });
|
||||
webHost.UseKestrel(kestrelOptions => { kestrelOptions.ListenAnyIP(80);});
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user