From cdfba281e512a1b1e334e9f3ee493028bbd299cc Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Feb 2017 17:26:32 +0200 Subject: [PATCH] test --- app/library/App/Resources/ProjectResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Resources/ProjectResource.php b/app/library/App/Resources/ProjectResource.php index 1c3e63d..368582a 100644 --- a/app/library/App/Resources/ProjectResource.php +++ b/app/library/App/Resources/ProjectResource.php @@ -28,7 +28,7 @@ class ProjectResource extends ApiResource { ->handler(CrudResourceController::class) ->itemKey('project') ->collectionKey('projects') - ->deny(AclRoles::UNAUTHORIZED) + ->allow(AclRoles::UNAUTHORIZED) ->endpoint(ApiEndpoint::all() ->description('Returns all projects') -- libgit2 0.21.4