Files
TallerCiCd/backend/app/data/price_ranges.json
jose-rZM c3f7af7379 Init
2025-12-15 11:42:17 +01:00

21 lines
309 B
JSON

{
"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
]
}
}