Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschll committed Aug 26, 2024
1 parent 6a27a5c commit e8e743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1>TickTick OAuth</h1>
document.querySelector('#step-1').style.display = 'none';
document.querySelector('#step-2').style.display = 'block';

fetch("http://logseq-ticktick.mxs.sh.dedivirt2655.your-server.de/index.php",
fetch("https://logseq-ticktick.mxs.sh/index.php",
{
method: "POST",
headers: {
Expand Down

0 comments on commit e8e743d

Please sign in to comment.