Skip to content
Snippets Groups Projects
Commit 3d0b704a authored by ibrokemypie's avatar ibrokemypie Committed by syuilo
Browse files

Add URI parameter to /api/meta (#3748)

* Add URI parameter to /api/meta
closes #3747

* Update fetch-meta.ts

* Update meta.ts
parent 05539ffc
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment