update url

master
dan 2019-07-16 23:44:03 -06:00
parent d026d6f621
commit 9c5adc9d7e
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ namespace OFBButte.Api
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseStartup<Startup>()
.UseUrls("https://localhost:29021");
.UseUrls("http://localhost:29021");
}
}