We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251b9b4 commit cad8802Copy full SHA for cad8802
README.md
@@ -70,7 +70,7 @@ Generates the endpoints (or a whole app) from a mapping (SQL query -> URL)
70
1. Test that it works
71
```console
72
$ curl http://localhost:3000/v1/categories/count
73
- 3
+ {"counter":3}
74
$ curl http://localhost:3000/v1/collections/1/categories/count
75
1
76
$ curl -i -H 'Content-Type: application/json' -d '{"name":"Sport","nameRu":"Спорт","slug":"sport","userId":100}' http://localhost:3000/v1/categories
0 commit comments