Skip to content

Commit 802eced

Browse files
authored
chore: update something
1 parent 1d4f1b4 commit 802eced

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Api/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
app.UseAuthentication();
124124
app.UseAuthorization();
125125
app.UseDetection();
126+
Console.WriteLine("abc");
126127

127128
app.MapEndpoints(apiVersion: EndpointVersion.One);
128129
Log.Logger.Information("Application is hosted on {os}", RuntimeInformation.OSDescription);

0 commit comments

Comments
 (0)