Skip to content

Commit a0ec790

Browse files
committed
Update cors.js
1 parent b286251 commit a0ec790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default async function handler(request, response) {
3030

3131
url = new URL(url);
3232

33-
const options = new URL(url);
33+
let options = new URL(url);
3434

3535
options.headers = {
3636
'Content-Type': 'application/json'

0 commit comments

Comments
 (0)