You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
525 B

  1. [
  2. {
  3. "id": 1,
  4. "title": "titel eins",
  5. "username": "name",
  6. "date": "",
  7. "text": "texteintrag ohne Bild",
  8. "datei": ""
  9. },
  10. {
  11. "id": 2,
  12. "title": "titel zwei",
  13. "username": "von mir",
  14. "date": "",
  15. "text": "Blogeintrag mit Bild",
  16. "datei": "./uploads/DSC_0188.jpg"
  17. },
  18. {
  19. "id": 3,
  20. "title": "ein neuer Titel",
  21. "username": "von einem Nutzer",
  22. "date": "2022-05-12",
  23. "text": "ein schöner Text mit tollem Bild",
  24. "datei": "./uploads/farbsplash-56da4e18.jpeg"
  25. }
  26. ]