SurfSense/surfsense_web/hooks
google-labs-jules[bot] 9fc5f6589b Fix: Correct API path for Slack channel discovery
Updated the frontend API call to use the correct path `/api/v1/slack/:connectorId/discover-channels` instead of the previous incorrect path.

This change ensures the frontend aligns with the backend routing structure for fetching Slack channels where the bot is a member.

Addresses a 404 error you reported when attempting to discover Slack channels.
2025-05-29 05:37:35 +00:00
..
index.ts feat: monorepo 2025-04-07 23:47:06 -07:00
use-api-key.ts feat: monorepo 2025-04-07 23:47:06 -07:00
use-connectors.ts feat: monorepo 2025-04-07 23:47:06 -07:00
use-documents.ts fix: Docs & Chats in other search spaces 2025-04-17 23:19:56 -07:00
use-mobile.ts feat: monorepo 2025-04-07 23:47:06 -07:00
use-search-spaces.ts feat: monorepo 2025-04-07 23:47:06 -07:00
useConnectorEditPage.ts Fix: Correct API path for Slack channel discovery 2025-05-29 05:37:35 +00:00
useSearchSourceConnectors.test.ts I've added comprehensive unit and integration tests for the recently implemented Slack connector features. This includes tests for backend logic (SlackHistory, indexing tasks, API routes) and frontend components and hooks. 2025-05-28 10:48:28 +00:00
useSearchSourceConnectors.ts feat: Enhance Slack Connector Functionality 2025-05-28 09:36:25 +00:00