Skip to content

Commit

Permalink
Update free_worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jyx04 authored Jun 9, 2024
1 parent 91f4b5b commit 2a19fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion free_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ addEventListener('fetch', event => {



const proxiedDomain = await KV.get('FreeURL') || awit KV.get('WorkerURL');//修改为反代new站的地址
const proxiedDomain = await KV.get('FreeURL') || await KV.get('WorkerURL');//修改为反代new站的地址
/*
try {
const tokenData = JSON.parse(userName);
Expand Down

0 comments on commit 2a19fc9

Please sign in to comment.