diff --git a/src/put.js b/src/put.js index baa89c2..f92d184 100644 --- a/src/put.js +++ b/src/put.js @@ -3,6 +3,7 @@ import { verifyAccessToken } from "./getAccessToken"; const allowedContentTypes = [ 'text/plain', 'text/csv', + 'application/json', ]; async function invalidPutRequest(request, env, ctx) {