From 4487a7c8ee547957bef76ae3c26b777d32a651ec Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 18:17:07 +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 b951540..416dff2 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/{id}', '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