From ac86a55dd89a75ef994331154b8ae26c430db734 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sun, 19 Jul 2026 04:17:00 +0000 Subject: [PATCH] fix(backend): allowlist cost optimization usage route Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- backend/routes/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/routes/allowlist.py b/backend/routes/allowlist.py index 02574ca505d..5581015c510 100644 --- a/backend/routes/allowlist.py +++ b/backend/routes/allowlist.py @@ -48,6 +48,7 @@ BACKEND_PATH_PREFIXES: tuple[str, ...] = ( "/cache_settings", "/coordination_redis/", "/cost_tracking", + "/cost_optimization/", "/cost/", "/credentials", "/credential",