Init
This commit is contained in:
20
backend/app/data/price_ranges.json
Normal file
20
backend/app/data/price_ranges.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"items": {
|
||||
"cafe_solo": [
|
||||
1.0,
|
||||
1.4
|
||||
],
|
||||
"cafe_con_leche": [
|
||||
1.2,
|
||||
1.8
|
||||
],
|
||||
"pitufo_bacon_queso": [
|
||||
1.5,
|
||||
2.8
|
||||
],
|
||||
"zumo_naranja": [
|
||||
2.0,
|
||||
2.9
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user