mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
Fix again favicon
This commit is contained in:
parent
2234aca53f
commit
c6eeccaf44
4
index.ts
4
index.ts
@ -113,6 +113,10 @@ app.get("/ooops", (_, res) => {
|
|||||||
res.sendFile(path.join(__dirname + "/dist/info_not_blazed.html"));
|
res.sendFile(path.join(__dirname + "/dist/info_not_blazed.html"));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get("/favicon.svg", (_, res) => {
|
||||||
|
res.sendFile(path.join(__dirname + "/favicon.svg"));
|
||||||
|
});
|
||||||
|
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
console.log(`Got request`);
|
console.log(`Got request`);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user