Skip to content

Commit 46f4a43

Browse files
authored
Update README.md
1 parent 655de98 commit 46f4a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ With a controller like the one below we are going to:
3434
* Set universal standards for accessing data that all developers will use
3535

3636
The mobile/javascript team will simply just have to define a route and pass the right parameters to get the data they want. This is done by the following url:
37-
37+
```
3838
/crud/users?conditions=[{active: 0}]&order_by=registration_date&limit=5
39-
39+
```
4040
Thats all the javascript/mobile team has to call to get the same results with the above. They are free to change the parameters as needed on their end without and the only QA that is required is in their section. They can use the same methods for calling ANY model and even calling methods in models.
4141

4242
## How To Install

0 commit comments

Comments
 (0)