Skip to content

Commit c8843ae

Browse files
committed
replace api url
1 parent 4994fbe commit c8843ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/dashboard/src/app/nebula-app/(app)/components/CustomChat/CustomChatContent.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,11 @@ function CustomChatContentLoggedIn(props: {
151151
payload.conversationId = sessionId;
152152
}
153153
const response = await fetch(
154-
"https://proxy.cors.sh/https://siwa-slack-bot-u8ne.chainsaw-dev.zeet.app/siwa",
154+
"https://siwa-api.thirdweb-dev.com/api/chat",
155155
{
156156
method: "POST",
157157
headers: {
158158
"Content-Type": "application/json",
159-
"x-cors-api-key": "temp_3f2b6d4409a86dc7f4b7c45840dbd8e9", // replace with your cors.sh API key
160159
},
161160
body: JSON.stringify(payload),
162161
signal: abortController.signal,

0 commit comments

Comments
 (0)