Compare commits

..

2 Commits

Author SHA1 Message Date
Tudor Stanciu 697f139625 Merge branch 'master' of https://dev.azure.com/tstanciu94/Services/_git/Correo 2023-01-30 19:23:54 +02:00
Tudor Stanciu c00fbdd10d fix 2023-01-30 19:23:35 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Correo
try
{
var urls = builder.Configuration.GetValue<string>("urls");
var urls = builder.Configuration.GetValue<string>("Urls");
Log.Information("Starting Correo...");
Log.Information($"Correo listening on {urls}");
Console.WriteLine("Application started. Press Ctrl+C to shut down.");