chore: update code structure for improved readability and maintainability

This commit is contained in:
2026-04-24 10:16:45 -04:00
parent e72f479639
commit 466f74b717
6 changed files with 377 additions and 8 deletions
+4
View File
@@ -250,6 +250,10 @@ async fn main() {
"/ai/audit/logs/{id}/review",
post(handlers_ai_audit::review_ai_audit_log),
)
.route(
"/ai/audit/metrics",
get(handlers_ai_audit::get_ai_audit_metrics),
)
.route(
"/ai/data-ethics/summary",
get(handlers_data_ethics::get_data_ethics_summary),