API Put Stubs
This commit is contained in:
parent
f66539b0da
commit
35027dd139
2 changed files with 7 additions and 0 deletions
|
|
@ -304,4 +304,10 @@ class InvoiceApiController extends BaseAPIController
|
|||
$headers = Utils::getApiHeaders();
|
||||
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',
|
||||
'api/v1/login',
|
||||
'api/v1/clients',
|
||||
'api/v1/invoices/*',
|
||||
'api/v1/invoices',
|
||||
'api/v1/quotes',
|
||||
'api/v1/payments',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue