Skip to content

Commit a83c669

Browse files
authored
docs: update example to make it looks like a real
1 parent a8f7579 commit a83c669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Generates the endpoints (or a whole app) from a mapping (SQL query -> URL)
6969
1. Test that it works
7070
```console
7171
$ curl http://localhost:3000/v1/categories/count
72-
{"counter":3}
72+
{"counter":0}
7373
$ curl -i -H 'Content-Type: application/json' -d '{"name":"Sport","nameRu":"Спорт","slug":"sport","userId":100}' http://localhost:3000/v1/categories
7474
HTTP/1.1 204 No Content
7575
ETag: W/"a-bAsFyilMr4Ra1hIU5PyoyFRunpI"

0 commit comments

Comments
 (0)