mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
8ca776d5c0
@ -26,6 +26,8 @@ class VerifyCsrfToken extends BaseVerifier
|
|||||||
'api/v1/tasks',
|
'api/v1/tasks',
|
||||||
'api/v1/email_invoice',
|
'api/v1/email_invoice',
|
||||||
'api/v1/hooks',
|
'api/v1/hooks',
|
||||||
|
'api/v1/users',
|
||||||
|
'api/v1/users/*',
|
||||||
'hook/email_opened',
|
'hook/email_opened',
|
||||||
'hook/email_bounced',
|
'hook/email_bounced',
|
||||||
'reseller_stats',
|
'reseller_stats',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
use Auth;
|
use Auth;
|
||||||
|
|
||||||
class UpdateUserRequest extends EntityReques
|
class UpdateUserRequest extends EntityRequest
|
||||||
{
|
{
|
||||||
// Expenses
|
// Expenses
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user