mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Return correct headers
This commit is contained in:
@@ -73,6 +73,6 @@ class BudgetController extends Controller
|
||||
}
|
||||
);
|
||||
|
||||
return response()->json($filtered);
|
||||
return response()->api($filtered);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user