Update Home

2025-06-14 15:49:46 +02:00
parent b3216d589a
commit c956145fb1

@@ -39,7 +39,7 @@ But you can edit your recipes, by going in to the recipes directory. To go in th
There you will find all of your recipes stored in different ```.txt``` files. The title of your recipe will always be the filename of the ```.txt``` file. The content of your recipes is of course in the ```.txt``` file. There you will find all of your recipes stored in different ```.txt``` files. The title of your recipe will always be the filename of the ```.txt``` file. The content of your recipes is of course in the ```.txt``` file.
### For instance, here is the model to load the recipes. ### For instance, here is the model to load the recipes.
[Extract from ```server.js```]([url](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/main/backend/server.js)) (there is more code below and before): [**Extract from server.js**]([url](https://git.the1s.de/theis.gaedigk/Cookbook/src/branch/main/backend/server.js)) _(there is more code below and before)_:
```js ```js
app.get("/", (req, res) => { app.get("/", (req, res) => {
// sync recipes // sync recipes