api(app): add NodeInformationController
This commit is contained in:
parent
c521d37ddd
commit
984a774811
3 changed files with 54 additions and 1 deletions
|
@ -108,7 +108,7 @@ class NodeController extends ApplicationApiController
|
|||
$node = $this->updateService->handle(
|
||||
$node,
|
||||
$request->validated(),
|
||||
$request->input('reset_secret') === true
|
||||
$request->input('reset_secret')
|
||||
);
|
||||
|
||||
return $this->fractal->item($node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue