Skip to content

Commit

Permalink
Revert "feat(resource-group-queue-metrics): remove CORS proxy"
Browse files Browse the repository at this point in the history
This reverts commit 114912b.
  • Loading branch information
yomatters committed Nov 14, 2024
1 parent 114912b commit 294bb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource-group-queue-metrics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ResourceGroupQueueMetrics({ infoGroupId }) {
`https://rest-test.ccr.xdmod.org/rest/v0.1/custom_queries/wait_times/${infoResourceId}/`
)
: null,
{ defaultValue: [] }
{ corsProxy: true, defaultValue: [] }
);

if (!overviewMetrics.length || !resources.length) return;
Expand Down

0 comments on commit 294bb73

Please sign in to comment.