mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change for Zapier
This commit is contained in:
parent
a895ffd1c5
commit
b9f51dd4e8
@ -36,9 +36,9 @@ class AccountApiController extends BaseAPIController
|
|||||||
{
|
{
|
||||||
$headers = Utils::getApiHeaders();
|
$headers = Utils::getApiHeaders();
|
||||||
|
|
||||||
// Legacy support for Zapier
|
// Legacy support for Zapier
|
||||||
if (request()->v2) {
|
if (request()->v2) {
|
||||||
return $this->response(RESULT_SUCCESS);
|
return $this->response(auth()->user()->email);
|
||||||
} else {
|
} else {
|
||||||
return Response::make(RESULT_SUCCESS, 200, $headers);
|
return Response::make(RESULT_SUCCESS, 200, $headers);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user