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