Skip to content

Commit

Permalink
Test header in collab code execution submission
Browse files Browse the repository at this point in the history
  • Loading branch information
iynixil committed Nov 11, 2024
1 parent c83baa4 commit f35a649
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const getSubmissionResult = async (req, res) => {
url: process.env.REACT_APP_RAPID_API_URL + "/" + submissionId,
params: { base64_encoded: "true", fields: "*" },
headers: {
"Access-Control-Allow-Origin": "*",
"X-RapidAPI-Host": process.env.REACT_APP_RAPID_API_HOST,
"X-RapidAPI-Key": process.env.REACT_APP_RAPID_API_KEY,
},
Expand Down

0 comments on commit f35a649

Please sign in to comment.