Skip to content

Commit 461683d

Browse files
committed
fix url
1 parent 022c958 commit 461683d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SupportAI.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export default function SupportAI() {
4343
let sources: Sources = [];
4444

4545
await fetchEventSource(
46-
"http://localhost:8010/proxy/devdocs/ask",
47-
// "https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
46+
// "http://localhost:8010/proxy/devdocs/ask",
47+
"https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
4848
{
4949
method: "POST",
5050
body: JSON.stringify({

0 commit comments

Comments
 (0)