From 7a98d02732b84e6137951bac94c117c373943132 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 17:40:10 +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 b67f8e1..850a9bb 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/{id}', 'test_post') ->description('Just for test post query') ) ->endpoint(ApiEndpoint::get('/test_get', 'test_get') -- libgit2 0.21.4