fix(connectors):use authenticated connector requests

This commit is contained in:
Anish Sarkar 2026-06-24 03:55:40 +05:30
parent 0ef8a0f2c9
commit fc2c4ad331
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import { useCallback, useEffect, useState } from "react";
import { authenticatedFetch } from "@/lib/auth-utils";
import { authenticatedFetch } from "@/lib/auth-fetch";
import { buildBackendUrl } from "@/lib/env-config";
export interface SearchSourceConnector {
id: number;