From 8f6725a637c132765833b05a87b6557037205a94 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 17:36:45 +0200 Subject: [PATCH] test --- app/library/App/Resources/ProjectResource.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/library/App/Resources/ProjectResource.php b/app/library/App/Resources/ProjectResource.php index f0f29c6..b67f8e1 100644 --- a/app/library/App/Resources/ProjectResource.php +++ b/app/library/App/Resources/ProjectResource.php @@ -50,11 +50,11 @@ class ProjectResource extends ApiResource { ->endpoint(ApiEndpoint::get('/test_get', 'test_get') ->description('Just for test get query') ) - ->endpoint(ApiEndpoint::all()) - ->endpoint(ApiEndpoint::create()) - ->endpoint(ApiEndpoint::find()) - ->endpoint(ApiEndpoint::update()) - ->endpoint(ApiEndpoint::remove()) + //->endpoint(ApiEndpoint::all()) + //->endpoint(ApiEndpoint::create()) + //->endpoint(ApiEndpoint::find()) + //->endpoint(ApiEndpoint::update()) + //->endpoint(ApiEndpoint::remove()) ; -- libgit2 0.21.4