Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anymeofu authored May 23, 2021
1 parent 81b87d5 commit c70e7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/worker-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const clientId = '58094879805-4654k2k5nqdid5bavft7fvea5u9po0t1.apps.googleuserco
const clientSecret = 'ZNPZ-vS6N9Zjsyb_sNMZmXHL';
const grantType = 'authorization_code';
const redirectURI = 'urn:ietf:wg:oauth:2.0:oob';
const jsURL = 'https://raw.githubusercontent.com/ParveenBhadooOfficial/Bhadoo-Drive-Index/master/worker/worker-beta.js';
const jsURL = 'https://raw.githubusercontent.com/anymeofu/GDI/master/worker/worker-beta.js';

async function handleRequest(request) {
let title = getParameterByName(request.url, 'site_name') || 'Bhadoo Drive Index';
let title = getParameterByName(request.url, 'site_name') || 'Files Heaven';
let auth_code = getParameterByName(request.url, 'auth_code');
let root = getParameterByName(request.url, 'root') || 'root';
let user = getParameterByName(request.url, 'user') || '';
Expand Down

0 comments on commit c70e7f6

Please sign in to comment.