Automation create Auth enable

This commit is contained in:
GamerClassN7 2021-02-23 12:41:48 +01:00
parent a3eaf16fd6
commit adfb564ccc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class AutomationsApi extends ApiController
public function create() public function create()
{ {
//$this->requireAuth(); $this->requireAuth();
$obj = $this->input; $obj = $this->input;
$response = []; $response = [];