mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added a view for the API docs
This commit is contained in:
@ -13,9 +13,9 @@ class ApiDocsController extends ApiController
|
||||
public function display()
|
||||
{
|
||||
$docs = $this->getDocs();
|
||||
dd($docs);
|
||||
// TODO - Build view for API docs
|
||||
return view('');
|
||||
return view('api-docs.index', [
|
||||
'docs' => $docs,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user