Added more security and metrics

This commit is contained in:
2026-06-22 07:28:03 +02:00
committed by Jeroen Saey
parent 2a1f7b77ee
commit cb2d111ad7
27 changed files with 1638 additions and 884 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace EonaCat.DoxaApi
var options = new DoxaApiOptions();
configure?.Invoke(options);
services.AddSingleton(options);
services.AddSingleton<MetricsCollector>();
return services;
}
}