added category filtering
This commit is contained in:
parent
9daca90d6b
commit
69723d0801
8 changed files with 42 additions and 11 deletions
|
|
@ -5,7 +5,11 @@ meta {
|
|||
}
|
||||
|
||||
get {
|
||||
url: {{localBaseUrl}}/{{resourcePath}}
|
||||
url: {{localBaseUrl}}/{{resourcePath}}?sort=desc
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
sort: desc
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue