Skip to content

Commit

Permalink
[NEW] sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
monolithonadmin committed Jul 15, 2023
1 parent 4d7fdd3 commit dada5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<script>
function fetchCases() {
fetch('https://accountinghu.frappe.cloud/api/resource/Cases?filters=[["status", "=", "In progress"]]&order_by=modified asc', {
fetch('https://accountinghu.frappe.cloud/api/resource/Cases?filters=[["status", "=", "In progress"]]&order_by=modified desc', {
headers: {
'Authorization': 'token 0a269f112eaa757:09b775a8259d857',
'Accept': 'application/json'
Expand Down

0 comments on commit dada5a0

Please sign in to comment.