mirror of
https://codeberg.org/ashley/poke
synced 2026-04-11 21:57:57 +00:00
OOOPS SORRY
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user