mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
This commit is contained in:
commit
efe8d870d3
@ -317,7 +317,7 @@ class InvoiceApiController extends BaseAPIController
|
||||
}
|
||||
|
||||
$headers = Utils::getApiHeaders();
|
||||
$response = json_encode(RESULT_SUCCESS, JSON_PRETTY_PRINT);
|
||||
$response = json_encode(['message' => RESULT_SUCCESS], JSON_PRETTY_PRINT);
|
||||
|
||||
return Response::make($response, 200, $headers);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user