Skip to content

Commit

Permalink
ok-2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aigem committed Sep 12, 2024
1 parent 2e1b76d commit dbc27ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/requestHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function handleRequest(request: Request, env: Env, ctx: ExecutionCo
});
}

const response = await handleWebDAV(request, env);
const response = await handleWebDAV(request, env.BUCKET, env.BUCKET_NAME);

setCORSHeaders(response, request);
return response;
Expand Down

0 comments on commit dbc27ce

Please sign in to comment.