subzerocloud / postgrest-starter-kit

Starter Kit and tooling for authoring REST API backends with PostgREST
MIT License
744 stars 71 forks source link

typo in readme #2

Closed michelp closed 7 years ago

michelp commented 7 years ago

I had to put a trailing slash on the URL to get it to work, the docs are missing the slash like http://localhost:8080/rest/

ruslantalpa commented 7 years ago

strange, it works for me like this.

$ curl http://localhost:8080/rest/items?id=eq.1
[{"id":1,"name":"item_1","private":false,"mine":null}]

closing for now