diff --git a/src/components/PolicyTopologyPage.tsx b/src/components/PolicyTopologyPage.tsx index 2893554..4d4e849 100644 --- a/src/components/PolicyTopologyPage.tsx +++ b/src/components/PolicyTopologyPage.tsx @@ -50,7 +50,7 @@ const fetchConfig = async () => { }; try { - const response = await fetch('/api/plugins/kuadrant-console/config.js'); + const response = await fetch('/api/plugins/kuadrant-console-plugin/config.js'); if (!response.ok) { if (response.status === 404) { console.warn('config.js not found (running locally perhaps). Falling back to defaults.');