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.
1 parent 205720f commit 25a6fc2Copy full SHA for 25a6fc2
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