Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Jun 19, 2023
1 parent d2824d2 commit 7363a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/reader/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {Parser} from './parser.js';
export const Api = function() {

const /** string */ API_KEY = atob(
'QUtmeWNieXExV3FmdkhEU2ZxZnZkeW5td2UxZnhP' +
'MWdEb21IRXE3aHh5LXF3bnpoa19LaTEzaDRodDR5');
'QUtmeWNid3I2NHhQREFhdkNnVFhubGc3N3BFaUhsTTdYLUUx'+
'TTlWc0JkNkRYelJDWndNUVN0d044V1E0b21iMkhieWxTMWRz');

const /** string */ API_URL = 'https://script.google.com/macros/s/' +
API_KEY + '/exec';
Expand Down

0 comments on commit 7363a98

Please sign in to comment.