Hotfix port
This commit is contained in:
parent
a9c36ffe71
commit
508f26a33a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace Bot_Discord_CSharp
|
||||||
{
|
{
|
||||||
var host = CreateWebHostBuilder(args).
|
var host = CreateWebHostBuilder(args).
|
||||||
UseKestrel().
|
UseKestrel().
|
||||||
UseUrls("http://0.0.0.0:" + Environment.GetEnvironmentVariable("$PORT")).
|
UseUrls("http://0.0.0.0:" + Environment.GetEnvironmentVariable("PORT")).
|
||||||
Build();
|
Build();
|
||||||
|
|
||||||
host.Run();
|
host.Run();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue