mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
change api url :3
This commit is contained in:
parent
bc8b4cb14e
commit
80faf74cec
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
}
|
||||
|
||||
const community = await modules
|
||||
.fetch(`${config.invapi}/channels/community/${ID}/`)
|
||||
.fetch(`https://inv.zzls.xyz/api/v1/channels/community/${ID}/`)
|
||||
.then((res) => res.text());
|
||||
|
||||
var c = await getJson(community);
|
||||
|
|
Loading…
Reference in a new issue