mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
OOOPS SORRY
This commit is contained in:
parent
fa861a0b4f
commit
c15178a5c9
@ -121,7 +121,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
if (req.useragent.isMobile) res.redirect("/");
|
if (req.useragent.isMobile) res.redirect("/");
|
||||||
|
|
||||||
const playlist = await fetch(
|
const playlist = await fetch(
|
||||||
`${config.invapi}playlists/${req.query.list}?hl=en-us`
|
`${config.invapi}/playlists/${req.query.list}?hl=en-us`
|
||||||
);
|
);
|
||||||
|
|
||||||
const p = getJson(await playlist.text());
|
const p = getJson(await playlist.text());
|
||||||
|
Loading…
Reference in New Issue
Block a user