mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
cef9fb3202
@ -21,7 +21,10 @@ class DocumentAPIController extends BaseAPIController
|
||||
|
||||
public function index()
|
||||
{
|
||||
//stub
|
||||
$documents = Document::scope();
|
||||
|
||||
return $this->listResponse($documents);
|
||||
|
||||
}
|
||||
|
||||
public function show(DocumentRequest $request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user