1
0
Fork 0

Removed unused function

This commit is contained in:
grumbulon 2022-04-10 22:53:49 -04:00
parent 3fe8306578
commit e5406b0e3d
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ app.get("/", (req, res) => {
res.sendFile("src/public/assets/waifu.png", { root: "." });
});
app.get("/waifu", (req, res) => {
res.sendFile("src/public/assets/waifu.png", { root: "." });
});
app.listen(port, () => {
console.log(`listening on port ${port}`);
});