Backend: code formatted

This commit is contained in:
2024-05-12 21:25:52 +02:00
parent fa25015472
commit bf791db47f
26 changed files with 574 additions and 469 deletions

View File

@ -11,5 +11,5 @@ router.use("/api/v1", api_v1);
// 404
router.use((req: Request, res: Response) => {
res.status(404).send("Error 404\n");
res.status(404).send("Error 404\n");
});