Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
This commit is contained in:
commit
ab52dcdc15
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class ApiCheck
|
|||
{
|
||||
$loggingIn = $request->is('api/v1/login')
|
||||
|| $request->is('api/v1/register')
|
||||
|| $request->is('api/v1/ping')
|
||||
|| $request->is('api/v1/oauth_login');
|
||||
|
||||
$headers = Utils::getApiHeaders();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue