Added microservice to download PDFs
This commit is contained in:
28
recipes.json
Normal file
28
recipes.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"0": {
|
||||
"quantity": "2",
|
||||
"name": "Sourdough",
|
||||
"ingredients": {
|
||||
"AP Flour": 500,
|
||||
"WW Flour": 500,
|
||||
"Rye Flour": 0,
|
||||
"Water": 0,
|
||||
"Salt": 0,
|
||||
"Yeast": 0,
|
||||
"Starter": 0
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"quantity": "2",
|
||||
"name": "Sourdough * 1.0",
|
||||
"ingredients": {
|
||||
"AP Flour": 500,
|
||||
"WW Flour": 500,
|
||||
"Rye Flour": 0,
|
||||
"Water": 0,
|
||||
"Salt": 0,
|
||||
"Yeast": 0,
|
||||
"Starter": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user