From: Ruben Beltran del Rio Date: Sun, 21 Jan 2024 13:50:11 +0000 (+0000) Subject: Update the URL X-Git-Url: https://git.r.bdr.sh/rbdr/pinboard-linkblog-updater/commitdiff_plain/79854624d936f395bed3202bb84139afa52c36e5?hp=278296c2e8c07f42ca80c31e6c95db4f3bdc96bc Update the URL --- diff --git a/index.js b/index.js index 2059534..f8df008 100644 --- a/index.js +++ b/index.js @@ -45,9 +45,9 @@ const internals = { const body = new FormData(); body.set( 'status', - `New post: ${title}\n\nAvailable on:\n\n♊️ the gemini archive gemini://gemini.unlimited.pizza/gemlog/\n\n or, the ephemeral blog 🌐: https://blog.unlimited.pizza` + `New post: ${title}\n\nAvailable on:\n\n♊️ the gemini archive gemini://gemini.unlimited.pizza/gemlog/\n\n or, the ephemeral blog 🌐: https://www.unlimited.pizza/gemlog` ); - return fetch('https://mastodon.social/api/v1/statuses', { + return fetch('https://friendship.quest/api/v1/statuses', { method: 'post', headers: { Authorization: `Bearer ${internals.tootToken}`,