Skip to content

Commit

Permalink
topology lookup URI broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Dec 16, 2024
1 parent 1ae8c9e commit f85a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PolicyTopologyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit f85a7a8

Please sign in to comment.