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