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