Skip to content

Commit

Permalink
fix(react-ui): check for updates endpoint to point to production (Cop…
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger authored Jan 27, 2025
1 parent c65878d commit 66bd0f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CopilotKit/.changeset/long-poets-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@copilotkit/react-ui": patch
---

- fix(react-ui): check for updates endpoint to point to production
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function getPublishedCopilotKitVersion(
}

try {
const response = await fetch("https://api.cloud.stagingcopilotkit.ai/check-for-updates", {
const response = await fetch("https://api.cloud.copilotkit.ai/check-for-updates", {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 66bd0f7

Please sign in to comment.