Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJirsak committed Oct 21, 2023
1 parent 0e155bc commit 26e0951
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions daweb/js2/cafe-lora-2/cvlekce/objednavani.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ demand: 3
1. Samotné objednání nápoje provedete pomocí PATCH požadavku na API endpoint `/api/drinks/:id`. Tento požadavek bude mít v těle JSON pole s objektem, tělo požadavku tedy bude vypadat takto:

```js
[
{ op: 'replace', path: '/ordered', value: true }
]
[{ op: 'replace', path: '/ordered', value: true }];
```

Proveďte tento požadavek pomocí `fetch` a zkontrolujte, že se vám v konzoli vypíše odpověď od API. Jakmile je váš kód funkční, proveďte refresh stránky, aby se vám zobrazila aktuální data.
Expand Down

0 comments on commit 26e0951

Please sign in to comment.