Merge branch 'develop' into feature/PTDL-472
This commit is contained in:
commit
2f4ec64f2a
20 changed files with 633 additions and 463 deletions
|
@ -76,7 +76,7 @@ class DaemonAuthenticate
|
|||
|
||||
$node = Node::where('daemonSecret', $request->header('X-Access-Node'))->first();
|
||||
if (! $node) {
|
||||
return abort(404);
|
||||
return abort(401);
|
||||
}
|
||||
|
||||
return $next($request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue