Skip to content

Commit

Permalink
fix: fix wolai error
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Nov 14, 2023
1 parent d4ab961 commit a59bbf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/backend/services/wolai/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ export default class WolaiDocumentService implements DocumentService {
name: 'cookie',
value: cookieString,
},
{
name: 'origin',
value: 'https://www.wolai.com',
},
],
});
try {
Expand Down

0 comments on commit a59bbf4

Please sign in to comment.