Skip to content

Commit 9f94626

Browse files
committed
fix: global policy route url
1 parent 1ca1f43 commit 9f94626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Services/common.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export const getResourceApiUrl = <T>({ baseUrl, kind, version, queryParams }: Ge
2121
getUrlWithSearchParams(`${baseUrl}/${kind}/${version}`, queryParams)
2222

2323
export const getPolicyApiUrl = <T>({ kind, version, queryParams }: GetPolicyApiUrlProps<T>) =>
24-
getUrlWithSearchParams(`global/policy/${version}/${kind}`, queryParams)
24+
getUrlWithSearchParams(`global/policy/${kind}/${version}`, queryParams)

0 commit comments

Comments
 (0)