Skip to content

Commit

Permalink
use v3 namespaces api
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiahWren committed Jun 15, 2023
1 parent 359789a commit 42327ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/hub/namespaces/HubNamespaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Namespaces() {
}

export function AllNamespaces() {
return <CommonNamespaces url="/api/automation-hub/_ui/v1/namespaces/" />;
return <CommonNamespaces url="/api/automation-hub/pulp/api/v3/pulp_ansible/namespaces/" />;
}

export function MyNamespaces() {
Expand Down

0 comments on commit 42327ff

Please sign in to comment.