Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serinuntius committed Apr 16, 2023
1 parent 605c494 commit ae15f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/app/routes/game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export async function action({ request, context: { auth } }: ActionArgs) {
// superflareでは、fetch POSTするとき現状referrerを設定しないとエラーになる
const provider = new providers.JsonRpcProvider({
url: rpcUrl,
skipFetchSetup: true,
fetchOptions: {
referrer: rpcUrl,
},
Expand Down

0 comments on commit ae15f67

Please sign in to comment.