1
0
mirror of https://codeberg.org/ashley/poke synced 2025-04-06 09:38:00 +00:00

use github user content for instance fetch (related: )

This commit is contained in:
ashley 2024-06-01 22:24:55 +00:00
parent 5ef6b6bfcd
commit ae741e1c30

View File

@ -273,7 +273,7 @@ exec('git rev-list HEAD -n 1 --abbrev-commit', (error, stdout, stderr) => {
const { fetch } = await import("undici");
try {
const url = `https://codeberg.org/Ashley/poketube/raw/branch/main/instances.json`;
const url = `https://raw.githubusercontent.com/ashley0143/poke/main/instances.json`;
let f = await fetch(url)
.then((res) => res.text())