feat: Fix tokens Revenue stream

This commit is contained in:
2026-03-19 14:54:31 -03:00
parent 686eb377f0
commit 0598fc4865
10 changed files with 1346 additions and 14 deletions
+4
View File
@@ -386,6 +386,10 @@ async fn main() {
"/admin/token-usage",
get(handlers_admin::get_token_usage),
)
.route(
"/admin/ai-usage/global",
get(handlers_admin::get_ai_usage_global),
)
.route_layer(middleware::from_fn(
common::middleware::org_extractor_middleware,
));