From 041997a4d821f106ce6a5a445d593eee223f0f87 Mon Sep 17 00:00:00 2001 From: N0rdye Date: Tue, 3 Oct 2023 22:59:40 +0500 Subject: [PATCH] a --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 20ec200..023333e 100644 --- a/index.js +++ b/index.js @@ -432,9 +432,6 @@ app.get("/temp", (req,res) =>{try{ app.get("/htc/:hex",(req,res) =>{ res.send(CssFilterConverter.hexToFilter(`#${req.params["hex"]}`)); }) -app.get("/favicon.ico",(req,res) =>{ - res.redirect("public/img/Умничка лого с обводкой-02 1.png") -}) app.post("/color",(req,res) =>{ let inp = req.body; func.img_recolor(res,inp["img"],inp["hex"]);