Skip to content

Commit

Permalink
Update index.html (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampuf authored Dec 2, 2024
1 parent e4dfad7 commit 643e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
xhr.open("POST", "https://api-ssl.bitly.com/v4/shorten", true);
xhr.setRequestHeader('Content-Type', 'application/json');
/* love and peace; don't let me down :) */
xhr.setRequestHeader('Authorization', 'Bearer 5959ae0ffc42f5e6b8cee4ebf1b7ee0218bfc291');
xhr.setRequestHeader('Authorization', 'Bearer 8fa05be6404315f054e62a06810902f45757e4cf');
const longUrl = new URL(location.href);
longUrl.hash = content;

Expand Down

0 comments on commit 643e351

Please sign in to comment.