]> git.mxchange.org Git - fba.git/commit
added the fedi block api
authorEnju Aihara <5-EnjuAihara@users.noreply.gitlab.varis.social>
Sun, 6 Mar 2022 13:46:43 +0000 (14:46 +0100)
committerEnju Aihara <5-EnjuAihara@users.noreply.gitlab.varis.social>
Sun, 6 Mar 2022 13:46:43 +0000 (14:46 +0100)
commitd2cf9eb5616af6c4733e28a29a6b5396711d9070
tree9fe3ac9d5e2fddd7f6b91ef2ec5b4b295368b046
parent63ecfd1e402ad6af1c91332b00ce8721be37cd05
added the fedi block api
.gitignore
README.md
apis/fedi_block_api.js [new file with mode: 0644]
apis/mastodon_api.js [new file with mode: 0644]
apis/package.json [new file with mode: 0644]
apis/yarn.lock [new file with mode: 0644]
mastodon_api/index.js [deleted file]
mastodon_api/package.json [deleted file]
mastodon_api/yarn.lock [deleted file]
services/fedi_block_api.service [new file with mode: 0644]
services/mastodon_api.service