a
This commit is contained in:
parent
1685e7fe44
commit
041997a4d8
3
index.js
3
index.js
|
@ -432,9 +432,6 @@ app.get("/temp", (req,res) =>{try{
|
||||||
app.get("/htc/:hex",(req,res) =>{
|
app.get("/htc/:hex",(req,res) =>{
|
||||||
res.send(CssFilterConverter.hexToFilter(`#${req.params["hex"]}`));
|
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) =>{
|
app.post("/color",(req,res) =>{
|
||||||
let inp = req.body;
|
let inp = req.body;
|
||||||
func.img_recolor(res,inp["img"],inp["hex"]);
|
func.img_recolor(res,inp["img"],inp["hex"]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user