Clean up and fix API routes.

This commit is contained in:
James Cole
2023-02-12 06:53:36 +01:00
parent f82a884783
commit 7225474621
139 changed files with 275 additions and 373 deletions

View File

@@ -97,8 +97,8 @@ class BudgetTransformer extends AbstractTransformer
'id' => (string)$budget->id,
'created_at' => $budget->created_at->toAtomString(),
'updated_at' => $budget->updated_at->toAtomString(),
'active' => $budget->active,
'name' => $budget->name,
'active' => $budget->active,
'order' => $budget->order,
// 'notes' => $notes,
// 'auto_budget_type' => $abType,