Skip to content

Commit

Permalink
Merge pull request #158 from NoxOrg/bugfix/elastic
Browse files Browse the repository at this point in the history
- added back elastic
  • Loading branch information
jan-schutte committed Jan 10, 2024
2 parents 7d93f84 + 5a08c73 commit f5e5294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nox.Cli.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
});
}
}
//app.UseAllElasticApm(builder.Configuration);
app.UseAllElasticApm(builder.Configuration);
app.UseHttpsRedirection();
app.UseRouting();
app.UseAuthentication();
Expand Down

0 comments on commit f5e5294

Please sign in to comment.