Fix Backend Link in OpenMemory (#2677)
This commit is contained in:
@@ -46,7 +46,7 @@ export const Install = () => {
|
||||
const [copiedTab, setCopiedTab] = useState<string | null>(null);
|
||||
const user = process.env.NEXT_PUBLIC_USER_ID || "user";
|
||||
|
||||
const URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";
|
||||
const URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8765";
|
||||
|
||||
const handleCopy = async (tab: string, isMcp: boolean = false) => {
|
||||
const text = isMcp
|
||||
|
||||
Reference in New Issue
Block a user