mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-31 13:48:17 +00:00
Fixed list layout in Android
This commit is contained in:
@@ -17,6 +17,7 @@ namespace PodNoms.Api {
|
||||
public static IWebHost BuildWebHost (string[] args) =>
|
||||
WebHost.CreateDefaultBuilder (args)
|
||||
.UseStartup<Startup> ()
|
||||
.UseUrls ("http://*:5000")
|
||||
.UseKestrel (options => {
|
||||
options.Limits.MaxRequestBodySize = 1073741824;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user