Skip to content

Commit

Permalink
Send API with signedUrl endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Apr 26, 2024
1 parent 2657722 commit 47fafc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ enum RecordingAPI: APIRequest {

case .getSignedUrlPath:
return [
"content-type": "application/json"
"content-type": "application/json",
"X-API-Key": ProcessInfo.processInfo.environment["FYP_REPORTER_UPLOAD_API_KEY"] ?? ""
]

case .uploadRecordingV4(_, _):
Expand Down

0 comments on commit 47fafc5

Please sign in to comment.