diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-21 13:50:11 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-21 13:50:11 +0000 |
| commit | 79854624d936f395bed3202bb84139afa52c36e5 (patch) | |
| tree | a69902c950688f2e88e58bbb6d12704347d3949d | |
| parent | 278296c2e8c07f42ca80c31e6c95db4f3bdc96bc (diff) | |
Update the URL
| -rw-r--r-- | index.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}`, |