Skip to content

Commit

Permalink
fix gmail connector (#3733)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx authored Jan 21, 2025
1 parent 420476a commit 7d6d735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const useConnectorStatus = (refreshInterval = 30000) => {
};

export const useBasicConnectorStatus = () => {
const url = "/api/manage/admin/connector-status";
const url = "/api/manage/connector-status";
const swrResponse = useSWR<CCPairBasicInfo[]>(url, errorHandlingFetcher);
return {
...swrResponse,
Expand Down

0 comments on commit 7d6d735

Please sign in to comment.