mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 09:33:43 +00:00
fix brainrot stuff
This commit is contained in:
@@ -86,7 +86,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
});
|
||||
|
||||
app.get("/search", async (req, res) => {
|
||||
const query = req.query.query;
|
||||
const query = req.query.query.replace("ohio", "things to do in ohio");
|
||||
const tab = req.query.tab;
|
||||
const { fetch } = await import("undici");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user