We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022c958 commit 461683dCopy full SHA for 461683d
src/components/SupportAI.tsx
@@ -43,8 +43,8 @@ export default function SupportAI() {
43
let sources: Sources = [];
44
45
await fetchEventSource(
46
- "http://localhost:8010/proxy/devdocs/ask",
47
- // "https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
+ // "http://localhost:8010/proxy/devdocs/ask",
+ "https://support-ai.cloudflaresupport.workers.dev/devdocs/ask",
48
{
49
method: "POST",
50
body: JSON.stringify({
0 commit comments