mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Expand API with better user group management.
This commit is contained in:
@@ -32,6 +32,10 @@ use Illuminate\Http\JsonResponse;
|
||||
class StoreController extends Controller
|
||||
{
|
||||
/**
|
||||
* TODO this method is practically the same as the V1 method and borrows as much code as possible.
|
||||
* TODO still it duplicates a lot.
|
||||
* TODO the v1 endpoints will never support separate administrations, this is an important distinction.
|
||||
*
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function post(): JsonResponse
|
||||
|
Reference in New Issue
Block a user