Skip to content

Commit

Permalink
Merge pull request #182 from Kuadrant/181-topology-lookup
Browse files Browse the repository at this point in the history
topology lookup URI broken
  • Loading branch information
openshift-merge-bot[bot] authored Dec 16, 2024
2 parents 1ae8c9e + 28cbd1a commit 1c6e82a
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 1c6e82a

Please sign in to comment.