From 6a018e909b3802536e4797844a1be3d160259f11 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 17:31: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 d1c6a4b..f0f29c6 100644 --- a/app/library/App/Resources/ProjectResource.php +++ b/app/library/App/Resources/ProjectResource.php @@ -47,7 +47,7 @@ class ProjectResource extends ApiResource { ->endpoint(ApiEndpoint::post('/test_post', 'test_post') ->description('Just for test post query') ) - ->endpoint(ApiEndpoint::post('/test_get', 'test_get') + ->endpoint(ApiEndpoint::get('/test_get', 'test_get') ->description('Just for test get query') ) ->endpoint(ApiEndpoint::all()) -- libgit2 0.21.4