Update allowed content types

This commit is contained in:
HoshinoKoji 2024-10-02 15:46:22 +08:00
parent 892df136f8
commit 66bd82efbc

View File

@ -3,6 +3,7 @@ import { verifyAccessToken } from "./getAccessToken";
const allowedContentTypes = [
'text/plain',
'text/csv',
'application/json',
];
async function invalidPutRequest(request, env, ctx) {