aspnet core setting your webapi to listen on certain port

 

You can use the following configuration to set you up quickly. 

 "Kestrel": {

   "EndPoints": {

     "Http": {

       "Url": "http://localhost:4200"

     }

   }

 }











Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type