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