mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add URI parameter to /api/meta (#3748)
* Add URI parameter to /api/meta closes #3747 * Update fetch-meta.ts * Update meta.ts
This commit is contained in:
parent
d1468abb8e
commit
84c87d6812
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
|||
clientVersion: client.version,
|
||||
|
||||
name: instance.name,
|
||||
uri: config.url,
|
||||
description: instance.description,
|
||||
langs: instance.langs,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue