/
githubmirror
/
json-server
Обзор
Документация
Войти
/
githubmirror
/
json-server
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
fixtures/db.json
13 строк
309 B
typicode
fix: patch error (#1676)
18 янв 2026, 02:14
Не верифицирован
18 янв 2026, 02:14
c3afd0f
Код
Авторство
О чём код?
{ "posts": [ { "id": "1", "title": "a title" }, { "id": "2", "title": "another title" } ], "comments": [ { "id": "1", "text": "a comment about post 1", "postId": "1" }, { "id": "2", "text": "another comment about post 1", "postId": "1" } ], "profile": { "name": "typicode" } }