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 4994fbe commit c8843aeCopy full SHA for c8843ae
apps/dashboard/src/app/nebula-app/(app)/components/CustomChat/CustomChatContent.tsx
@@ -151,12 +151,11 @@ function CustomChatContentLoggedIn(props: {
151
payload.conversationId = sessionId;
152
}
153
const response = await fetch(
154
- "https://proxy.cors.sh/https://siwa-slack-bot-u8ne.chainsaw-dev.zeet.app/siwa",
+ "https://siwa-api.thirdweb-dev.com/api/chat",
155
{
156
method: "POST",
157
headers: {
158
"Content-Type": "application/json",
159
- "x-cors-api-key": "temp_3f2b6d4409a86dc7f4b7c45840dbd8e9", // replace with your cors.sh API key
160
},
161
body: JSON.stringify(payload),
162
signal: abortController.signal,
0 commit comments