Add server build management to API
This commit is contained in:
parent
d3dba3fcf9
commit
aca0819bcd
8 changed files with 202 additions and 128 deletions
|
@ -36,6 +36,8 @@ class Handler extends ExceptionHandler
|
|||
* @var array
|
||||
*/
|
||||
protected $dontFlash = [
|
||||
'token',
|
||||
'secret',
|
||||
'password',
|
||||
'password_confirmation',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue