mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
✌️
This commit is contained in:
parent
a838c58f69
commit
ce57bb6675
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ router.get('/v1/custom_emojis', async ctx => ctx.body =
|
||||||
fields: {
|
fields: {
|
||||||
_id: false
|
_id: false
|
||||||
}
|
}
|
||||||
})).map(toMastodonEmojis));
|
})).map(x => toMastodonEmojis(x)));
|
||||||
|
|
||||||
router.get('/v1/instance', async ctx => { // TODO: This is a temporary implementation. Consider creating helper methods!
|
router.get('/v1/instance', async ctx => { // TODO: This is a temporary implementation. Consider creating helper methods!
|
||||||
const meta = await Meta.findOne() || {};
|
const meta = await Meta.findOne() || {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue