Commit d1565f0c authored by Kundena Mohan 's avatar Kundena Mohan

Changed app run setting

parent 18ca23ec
......@@ -132,21 +132,13 @@ app.UseEndpoints(endpoints =>
// });
// });
// if (app.Environment.IsDevelopment())
// {
// app.Run("http://localhost:5603");
// }
// else
// {
// app.Run();
// }
if (app.Environment.IsDevelopment())
{
app.Run("http://localhost:5603");
}
else
{
app.Run("http://*:4708");
app.Run();
//app.Run("http://*:4708");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment