We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dff387f + 25a6fc2 commit 01a30d8Copy full SHA for 01a30d8
App/AL/Controller/Card/CardController.cs
@@ -41,9 +41,7 @@ public CardController() {
41
var pageSize = 25;
42
43
return HttpResponse.Data(new JObject() {
44
- ["data"] = new JObject() {
45
- ["cards"] = new CardTransformer().Many(column.Cards(page, pageSize))
46
- },
+ ["cards"] = new CardTransformer().Many(column.Cards(page, pageSize)),
47
["meta"] = new JObject() {
48
["pages_count"] = (column.CardsCount() / pageSize)+1,
49
["current_page"] = page
0 commit comments