fetch data as json
const
data
=
await
(
await
fetch
(
'/posts'
)).
json
();
Print
Fullscreen
Presentation