mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 05:47:57 +00:00
change api url :3
This commit is contained in:
@@ -176,7 +176,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const community = await modules
|
const community = await modules
|
||||||
.fetch(`${config.invapi}/channels/community/${ID}/`)
|
.fetch(`https://inv.zzls.xyz/api/v1/channels/community/${ID}/`)
|
||||||
.then((res) => res.text());
|
.then((res) => res.text());
|
||||||
|
|
||||||
var c = await getJson(community);
|
var c = await getJson(community);
|
||||||
|
|||||||
Reference in New Issue
Block a user