Skip to content

Commit afc7a64

Browse files
committed
fix: fixed organizations api
1 parent e6d86c4 commit afc7a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/organizations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function getOrganizations({
1919
getBackendSrv()
2020
.get(
2121
url +
22-
`/api/default/organizations?page_num=${page_num}&page_size=${page_size}&sort_by=${sort_by}&desc=${desc}&name=${name}`
22+
`/api/organizations?page_num=${page_num}&page_size=${page_size}&sort_by=${sort_by}&desc=${desc}&name=${name}`
2323
)
2424
.then((response) => {
2525
resolve(response);

0 commit comments

Comments
 (0)