fix brainrot stuff

This commit is contained in:
ashley 2024-08-22 21:24:02 +00:00
parent 5e982b7301
commit c2866de248

View file

@ -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");