Skip to content

Commit 071caf8

Browse files
authored
Update chat.js
1 parent 9e952bc commit 071caf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/chat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\
22
(() => {
3-
const DEFAULT_ENDPOINT = "https://YOUR-WORKER-SUBDOMAIN.workers.dev/api/chat";
3+
const DEFAULT_ENDPOINT = "https://doccoach-chat.luis-doccoach.workers.dev/api/chat";
44

55
function getEndpoint() {
66
const configured = (window.DOCS_AI_CHAT && window.DOCS_AI_CHAT.endpoint) || "";

0 commit comments

Comments
 (0)