From adfb564ccc9fd2116e1eb4ae307cf7f745964af7 Mon Sep 17 00:00:00 2001 From: GamerClassN7 Date: Tue, 23 Feb 2021 12:41:48 +0100 Subject: [PATCH] Automation create Auth enable --- app/api/AutomationsApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/AutomationsApi.php b/app/api/AutomationsApi.php index 00f051f..d95b3d6 100644 --- a/app/api/AutomationsApi.php +++ b/app/api/AutomationsApi.php @@ -23,7 +23,7 @@ class AutomationsApi extends ApiController public function create() { - //$this->requireAuth(); + $this->requireAuth(); $obj = $this->input; $response = [];