Skip to content

Commit

Permalink
Merge pull request #84 from BitteProtocol/revert-83-cors-header
Browse files Browse the repository at this point in the history
Revert "Add CORS header"
  • Loading branch information
tifrel authored Feb 11, 2025
2 parents f70e521 + 0e348e3 commit 0d129c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/chat/ChatContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const ChatContent = ({
initialMessages,
headers: {
Authorization: `Bearer ${apiKey}`,
'Access-Control-Allow-Origin': '*',
},
body: {
id: chatId,
Expand Down

0 comments on commit 0d129c4

Please sign in to comment.