Skip to content

Commit 162dd7b

Browse files
Update README.md
1 parent cd5e5b9 commit 162dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/applications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Now we can start querying. Again, we just simply access the endpoint with query
215215
```
216216
http://localhost:9926/Dog/?name=Harper
217217
http://localhost:9926/Dog/?breed=Labrador
218-
http://localhost:9926/Dog/?breed=Husky&name=Balto&select=id,name,breed
218+
http://localhost:9926/Dog/?breed=Husky&name=Balto&select(id,name,breed)
219219
```
220220
221221
Congratulations, you now have created a secure database application backend with a table, a well-defined structure, access controls, and a functional REST endpoint with query capabilities! See the [REST documentation for more information on HTTP access](../rest.md) and see the [Schema reference](defining-schemas.md) for more options for defining schemas.

0 commit comments

Comments
 (0)