mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:38:04 +01:00
mb lmao
This commit is contained in:
parent
f6f0614d1f
commit
9b7a612bc4
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ app.use("/sb/i/:v/:imagePath/:img", async function (req, res) {
|
|||
app.get("/api/improving-poke/getsugesstions", async (req, res) => {
|
||||
const query = req.query.q;
|
||||
|
||||
let url = `https://invid-api.poketube.fun/api/v1/search/suggestions?q=${id}`;
|
||||
let url = `https://invid-api.poketube.fun/api/v1/search/suggestions?q=${query}`;
|
||||
|
||||
let f = await modules.fetch(url, {
|
||||
method: req.method,
|
||||
|
|
Loading…
Reference in a new issue