Removed unused function
This commit is contained in:
parent
3fe8306578
commit
e5406b0e3d
1 changed files with 0 additions and 4 deletions
|
@ -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}`);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue