chore: bump deps
This commit is contained in:
parent
36429bd404
commit
7caaf7bbcb
7 changed files with 77 additions and 26 deletions
|
@ -17,7 +17,7 @@ export default {
|
|||
}
|
||||
|
||||
async function handleMastodonPost(env) {
|
||||
const mastodonApiUrl = 'https://social.lol/api/v1/statuses'
|
||||
const mastodonApiUrl = 'https://follow.coryd.dev/api/v1/statuses'
|
||||
const accessToken = env.MASTODON_ACCESS_TOKEN
|
||||
const rssFeedUrl = 'https://coryd.dev/feeds/all'
|
||||
|
||||
|
|
Reference in a new issue