1
Fork 0

remove web for now

This commit is contained in:
Ashley //// 2024-02-10 12:14:19 +00:00
parent 2ddf6f2a52
commit 04ddaaabf2

View file

@ -171,6 +171,7 @@ module.exports = function (app, config, renderTemplate) {
});
app.get("/web", async (req, res) => {
/*
const query = req.query.query;
const tab = req.query.tab;
@ -234,6 +235,9 @@ module.exports = function (app, config, renderTemplate) {
console.error(`Error while searching for '${query}':`, error);
res.redirect("/");
}
*/
res.redirect("/");
});
app.get("/channel/", async (req, res) => {