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