Skip to content

Commit dcde1e4

Browse files
committed
use pulpAPI prefix in api call
1 parent 8303d78 commit dcde1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/hub/namespaces/HubNamespaces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function Namespaces() {
4343
}
4444

4545
export function AllNamespaces() {
46-
return <CommonNamespaces url="/api/automation-hub/pulp/api/v3/pulp_ansible/namespaces/" />;
46+
return <CommonNamespaces url={pulpAPI`pulp_ansible/namespaces/`} />;
4747
}
4848

4949
export function MyNamespaces() {

0 commit comments

Comments
 (0)