- fixed routes

- added head and foot partials
- prepared bootstrap
This commit is contained in:
2023-05-01 18:31:10 +02:00
parent 6f35764a21
commit 5a21e56e80
13 changed files with 62 additions and 21 deletions

View File

@ -48,5 +48,5 @@ export default (req: Request, res: Response) => {
});
});
*/
res.send('Demo data added (not)');
res.status(200).send('Demo data added (not)');
};