Skip to content

Commit

Permalink
Fix typo in header
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed May 9, 2024
1 parent 18b03fc commit 0f29056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ app.post("/submit", auth0Middleware, async (c) => {
const resp = await fetch(c.env.secureSubmitEndpoint, {
headers: {
'Accept': "*/*",
'Authorisation': authorisation,
'Authorization': authorisation,
"Content-type": "application/json",
"Cache-Control": "no-cache",
"User-Agent": "cultvault-podcasts-api",
Expand Down

0 comments on commit 0f29056

Please sign in to comment.