Skip to content

Commit 0f67652

Browse files
committed
Fix path /docs in bot in prod
1 parent 4268cc7 commit 0f67652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Chat() {
1515
title="Ask AI"
1616
triggerText="Ask AI"
1717
badge="Experimental"
18-
apiRoute="/api/chat"
18+
apiRoute="/docs/api/chat"
1919
openingMessage="Hi there! I'm Sourcegraph's AI assistant trained for our documentation. How can I help you?"
2020
// Remember AI can make mistakes, please double-check responses.
2121
suggestions={[

0 commit comments

Comments
 (0)