Commit 7a98d02732b84e6137951bac94c117c373943132

Authored by Alex Savenko
1 parent 407cbf40

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Resources/ProjectResource.php
@@ -44,7 +44,7 @@ class ProjectResource extends ApiResource { @@ -44,7 +44,7 @@ class ProjectResource extends ApiResource {
44 44
45 /** endpoints **/ 45 /** endpoints **/
46 $this 46 $this
47 - ->endpoint(ApiEndpoint::post('/test_post', 'test_post') 47 + ->endpoint(ApiEndpoint::post('/test_post/{id}', 'test_post')
48 ->description('Just for test post query') 48 ->description('Just for test post query')
49 ) 49 )
50 ->endpoint(ApiEndpoint::get('/test_get', 'test_get') 50 ->endpoint(ApiEndpoint::get('/test_get', 'test_get')