mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
OOOPS SORRY
This commit is contained in:
parent
fa861a0b4f
commit
c15178a5c9
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
if (req.useragent.isMobile) res.redirect("/");
|
||||
|
||||
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());
|
||||
|
|
Loading…
Reference in a new issue