mirror of
https://github.com/upstash/context7.git
synced 2025-12-10 14:32:04 +00:00
fix: update API base URL from localhost to production endpoint
This commit is contained in:
parent
e42062d086
commit
75f5cbe1dc
@ -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";
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user