Skip to content

Commit

Permalink
feat: migrate supabase cloud function to php script
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschll committed Aug 26, 2024
1 parent a588a48 commit 6a27a5c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 167 deletions.
4 changes: 2 additions & 2 deletions 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("https://ywcmjymjeeppwgdfqncs.functions.supabase.co/ticktick-auth",
fetch("http://logseq-ticktick.mxs.sh.dedivirt2655.your-server.de/index.php",
{
method: "POST",
headers: {
Expand Down Expand Up @@ -112,4 +112,4 @@ <h1>TickTick OAuth</h1>
</script>
</body>

</html>
</html>
3 changes: 0 additions & 3 deletions supabase/.gitignore

This file was deleted.

82 changes: 0 additions & 82 deletions supabase/config.toml

This file was deleted.

80 changes: 0 additions & 80 deletions supabase/functions/ticktick-auth/index.ts

This file was deleted.

Empty file removed supabase/seed.sql
Empty file.

0 comments on commit 6a27a5c

Please sign in to comment.