fix: update API base URL from localhost to production endpoint

This commit is contained in:
enesgules 2025-08-12 15:58:49 +03:00
parent e42062d086
commit 75f5cbe1dc

View File

@ -1,7 +1,7 @@
import { SearchResponse } from "./types.js";
import { generateHeaders } from "./encryption.js";
const CONTEXT7_API_BASE_URL = "http://localhost:3000/api";
const CONTEXT7_API_BASE_URL = "https://context7.com/api";
const DEFAULT_TYPE = "txt";
/**