diff --git a/wwwroot/sect_currency.ui b/wwwroot/sect_currency.ui index c824356..4ca2b3f 100644 --- a/wwwroot/sect_currency.ui +++ b/wwwroot/sect_currency.ui @@ -2,7 +2,7 @@ "widgettype": "ChartPie", "options": { "height": "200px", - "data_url": "{{entire_url('api/currency_stats.dspy')}}", + "data_url": "/sage_datamart/api/currency_stats.dspy", "nameField": "currency", "valueFields": ["call_count"] } diff --git a/wwwroot/sect_model_perf.ui b/wwwroot/sect_model_perf.ui index e9df701..d5f7793 100644 --- a/wwwroot/sect_model_perf.ui +++ b/wwwroot/sect_model_perf.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/model_perf.dspy')}}", + "data_url": "/sage_datamart/api/model_perf.dspy", "nameField": "model", "valueFields": ["avg_latency_ms"] } diff --git a/wwwroot/sect_provider_roi.ui b/wwwroot/sect_provider_roi.ui index 0842e6b..fc3dba1 100644 --- a/wwwroot/sect_provider_roi.ui +++ b/wwwroot/sect_provider_roi.ui @@ -2,7 +2,7 @@ "widgettype": "ChartScatter", "options": { "height": "240px", - "data_url": "{{entire_url('api/provider_roi.dspy')}}", + "data_url": "/sage_datamart/api/provider_roi.dspy", "nameField": "model", "valueFields": ["unit_price", "avg_ttft_ms", "total_calls"] } diff --git a/wwwroot/sect_top_models.ui b/wwwroot/sect_top_models.ui index 43366f6..d147bf1 100644 --- a/wwwroot/sect_top_models.ui +++ b/wwwroot/sect_top_models.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/top_models.dspy')}}", + "data_url": "/sage_datamart/api/top_models.dspy", "nameField": "model_name", "valueFields": ["cnt"] } diff --git a/wwwroot/sect_top_providers.ui b/wwwroot/sect_top_providers.ui index 8e3e720..f9c1092 100644 --- a/wwwroot/sect_top_providers.ui +++ b/wwwroot/sect_top_providers.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/top_providers.dspy')}}", + "data_url": "/sage_datamart/api/top_providers.dspy", "nameField": "provider_name", "valueFields": ["total_amount"] } diff --git a/wwwroot/sect_top_users.ui b/wwwroot/sect_top_users.ui index 000571f..ec27162 100644 --- a/wwwroot/sect_top_users.ui +++ b/wwwroot/sect_top_users.ui @@ -2,7 +2,7 @@ "widgettype": "ChartBar", "options": { "height": "180px", - "data_url": "{{entire_url('api/top_users.dspy')}}", + "data_url": "/sage_datamart/api/top_users.dspy", "nameField": "user_name", "valueFields": ["total_amount"] }