chore: update code structure for improved readability and maintainability
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user