Skip to content

Commit 5f8a12c

Browse files
committed
fix url
1 parent 1f7d9a3 commit 5f8a12c

File tree

1 file changed

+2
-1
lines changed
  • examples/09-ai/01-minimal/src

1 file changed

+2
-1
lines changed

examples/09-ai/01-minimal/src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ async function autoCompleteProvider(
4545
);
4646

4747
const response = await fetch(
48-
`https://localhost:3000/ai/autocomplete/generateText`,
48+
"https://blocknote-pr-2191.onrender.com/ai/autocomplete/generateText",
49+
// `https://localhost:3000/ai/autocomplete/generateText`,
4950
{
5051
method: "POST",
5152
body: JSON.stringify({ text }),

0 commit comments

Comments
 (0)