Skip to content

Commit

Permalink
fix: why didn't api build (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Dec 12, 2024
1 parent 2863245 commit e0cf0de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data-Egress-API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ConfigurationManager configuration = builder.Configuration;
IWebHostEnvironment environment = builder.Environment;


Log.Logger = CreateSerilogLogger(configuration, environment);
Log.Information("Data_Egress API logging LastStatusUpdate.");
if (configuration["SuppressAntiforgery"] != null && configuration["SuppressAntiforgery"].ToLower() == "true")
Expand Down

0 comments on commit e0cf0de

Please sign in to comment.