fix: invalid path cause throw error

このコミットが含まれているのは:
sinkaroid 2022-06-03 10:40:34 +07:00
コミット 933c9aa630
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A7DF4E245FDD8159
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -44,4 +44,8 @@ app.use((error: any, res: Response) => {
});
});
app.get("/favico.ico", (_req, res) => {
res.sendStatus(404);
});
app.listen(3000, () => console.log("Server running in port 3000"));