mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 18:27:16 +01:00
Add HTTP Metrics
This commit is contained in:
@@ -96,6 +96,7 @@ static class Program
|
||||
app.UseStaticFiles();
|
||||
app.UseHttpLogging();
|
||||
app.UseRouting();
|
||||
app.UseHttpMetrics();
|
||||
app.UseCors();
|
||||
app.UseSwagger();
|
||||
app.UseSwaggerUI();
|
||||
|
||||
Reference in New Issue
Block a user