diff --git a/backend/controllers/CategoryController.php b/backend/controllers/CategoryController.php index 4aeaa4c..45e7ffb 100644 --- a/backend/controllers/CategoryController.php +++ b/backend/controllers/CategoryController.php @@ -30,7 +30,7 @@ class CategoryController extends Controller 'allow' => true, ], [ - 'actions' => ['logout', 'index'], + 'actions' => ['logout', 'index', 'create', 'update', 'view', 'delete'], 'allow' => true, 'roles' => ['@'], ], -- libgit2 0.21.4