api(app): add NodeInformationController

This commit is contained in:
Matthew Penner 2021-03-23 16:08:17 -06:00
parent c521d37ddd
commit 984a774811
3 changed files with 54 additions and 1 deletions

View file

@ -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)