We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a27a5c commit e8e743dCopy full SHA for e8e743d
pages/index.html
@@ -84,7 +84,7 @@ <h1>TickTick OAuth</h1>
84
document.querySelector('#step-1').style.display = 'none';
85
document.querySelector('#step-2').style.display = 'block';
86
87
- fetch("http://logseq-ticktick.mxs.sh.dedivirt2655.your-server.de/index.php",
+ fetch("https://logseq-ticktick.mxs.sh/index.php",
88
{
89
method: "POST",
90
headers: {
0 commit comments