mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
f52bd6842c
@ -304,4 +304,10 @@ class InvoiceApiController extends BaseAPIController
|
|||||||
$headers = Utils::getApiHeaders();
|
$headers = Utils::getApiHeaders();
|
||||||
return Response::make($response, $error ? 400 : 200, $headers);
|
return Response::make($response, $error ? 400 : 200, $headers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public function update($invoiceId = null)
|
||||||
|
{
|
||||||
|
//PUT Stub
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ class VerifyCsrfToken extends BaseVerifier {
|
|||||||
'signup/register',
|
'signup/register',
|
||||||
'api/v1/login',
|
'api/v1/login',
|
||||||
'api/v1/clients',
|
'api/v1/clients',
|
||||||
|
'api/v1/invoices/*',
|
||||||
'api/v1/invoices',
|
'api/v1/invoices',
|
||||||
'api/v1/quotes',
|
'api/v1/quotes',
|
||||||
'api/v1/payments',
|
'api/v1/payments',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user